VS Code must have a code editor for 2018
For Windows 10 users, much is possible, just as Mac OS users type code. ,
Find the VS VS \ bin path, for example C:\Program Files\Microsoft VS Code\bin . The bin folder contains a file called code.cmd
Follow the instructions below and be proud of your OS.
Search for "Advanced System Settings" at startup.
Click on environment variables
In system variables, select "path" on the "Variable" tab and click "Change."
Click New on the right side of the popup.
Copy your path from the Explorer crumb path and paste it into the new open path in step 4, for example: - C:\Program Files\Microsoft VS Code\bin
Click Ok in all open windows to confirm the changes and restart your cmd
Go to your cmd and go to the working directory on the server and enter code.
C:>cd wamp64\www\react-app> code. open from VS Code on Windows.
Visual Studio Code also includes a command line (terminal) window, and you can open one or more of them using
Ctrl + ' on your keyboard.
Hope this helps someone, like many of us.
krialex21 Jan 31 '18 at 9:12 2018-01-31 09:12
source share