Answers for "how to open a file in vscode from terminal"

CSS
8

install code command on mac

Open VCode
press CMD + SHIFT + P
type 'shell command' 
select 'Install code command in path'
navigate to any project from the terminal and type 'code .'
Posted by: Guest on July-15-2020
6

vs code open folder from terminal in same window

code -r .
Posted by: Guest on April-06-2020
3

code command line options

code -r <path-to-working-directory>
Posted by: Guest on June-04-2020
0

how to open a file in vscode from terminal

code -r nameOfFile
Posted by: Guest on June-27-2021
0

open vs code from terminal

Launch VS Code.
Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
Restart the terminal
Navigate to project folder in terminal, 
Type code . press enter
Posted by: Guest on April-11-2021
0

how to open a file in vs code from terminal

code -r fileName
Posted by: Guest on June-27-2021

Code answers related to "how to open a file in vscode from terminal"

Browse Popular Code Answers by Language