From a4a7fe7901d4371222508a8178160cb81f9a8758 Mon Sep 17 00:00:00 2001 From: RudrakshK <44203962+RudrakshK@users.noreply.github.com> Date: Sun, 21 Oct 2018 22:50:51 +0530 Subject: [PATCH] Create Visual Studio Code CLI --- Text/Visual Studio Code CLI | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Text/Visual Studio Code CLI diff --git a/Text/Visual Studio Code CLI b/Text/Visual Studio Code CLI new file mode 100644 index 0000000..96ffc06 --- /dev/null +++ b/Text/Visual Studio Code CLI @@ -0,0 +1,10 @@ +Visual Studio Code comes with an inbuilt Command Line Interface. +Once you've installed Visual Studio Code, and have it open, press ⇧⌘P to open the command palette for Mac, +or just ⌘P and the press > button. + +Next, type in shell command, select Install Code Command in PATH, and press enter. + +Now if you type in code, Visual Studio Code will open, and code , +Visual Studio Code will open with the directory represented by Path. + +To see the command line interface however, type in code -h