2017-10-24 21:41:53 +05:30
|
|
|
# code
|
|
|
|
|
|
|
|
> Visual Studio Code.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://github.com/microsoft/vscode>.
|
2017-10-24 21:41:53 +05:30
|
|
|
|
|
|
|
- Open VS Code:
|
|
|
|
|
|
|
|
`code`
|
|
|
|
|
|
|
|
- Open the current directory in VS Code:
|
|
|
|
|
|
|
|
`code .`
|
|
|
|
|
|
|
|
- Open a file or directory in VS Code:
|
|
|
|
|
2019-02-08 01:28:43 +01:00
|
|
|
`code {{path/to/file_or_directory}}`
|
2017-12-18 11:26:49 +01:00
|
|
|
|
|
|
|
- Open a file or directory in the currently open VS Code window:
|
|
|
|
|
2019-02-08 01:28:43 +01:00
|
|
|
`code --reuse-window {{path/to/file_or_directory}}`
|
2018-12-03 23:18:25 +08:00
|
|
|
|
|
|
|
- Compare two files in VS Code:
|
|
|
|
|
|
|
|
`code -d {{file1}} {{file2}}`
|
2020-06-20 17:27:01 +02:00
|
|
|
|
2021-08-15 19:59:09 +02:00
|
|
|
- Open VS Code with superuser (sudo) permissions:
|
2020-06-20 17:27:01 +02:00
|
|
|
|
|
|
|
`sudo code {{path/to/file_or_directory}} --user-data-dir`
|