Vscode Installation
Vscode Installation
(a development environment)
Visual Studio Code (a.k.a.VS Code) is a lightweight developer tool (or code editor).
3. Launch VS Code and add it to your Dock by right-clicking (2 finger clicking) on the
icon and choosing Options, Keep in Dock.
4. Open the Command Palette by pressing the Command + Shift + P keys on your
keyboard.
5. Type shell command to find the Shell Command: Install 'code' command in
PATH command.
6. After executing the command, open a Terminal window (Click on “Finder” then
“Applications” and then open “Utilities.” Double-click on Terminal.app) for the
new PATH value to take effect. (You could alternatively click Launchpad, Other,
Terminal to launch the Terminal app.) You will be able to simply type
> code . (don’t type the > it represents the prompt)
in any folder to start editing files in that folder.
7. Follow steps 3 and 4 from the installation instruction for Windows (above), except in
step 3, press the Command key instead of the Control key.