File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# code
2
2
3
3
> Cross platform and extensible code editor.
4
- > More information: < https://github. com/microsoft/vscode > .
4
+ > More information: < https://code.visualstudio. com/docs/configure/command-line > .
5
5
6
6
- Start Visual Studio Code:
7
7
13
13
14
14
- Compare two specific files:
15
15
16
- ` code -- diff {{path/to/file1}} {{path/to/file2}} `
16
+ ` code {{[-d|-- diff]}} {{path/to/file1}} {{path/to/file2}} `
17
17
18
18
- Open specific files/directories in a new window:
19
19
20
- ` code -- new-window {{path/to/file_or_directory1 path/to/file_or_directory2 ...}} `
20
+ ` code {{[-n|-- new-window]}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}} `
21
21
22
22
- Install/uninstall a specific extension:
23
23
24
24
` code --{{install|uninstall}}-extension {{publisher.extension}} `
25
25
26
- - Print installed extensions :
26
+ - Display diagnostic and process information about the running code window :
27
27
28
- ` code --list-extensions `
28
+ ` code {{[-s|--status]}} `
29
29
30
30
- Print installed extensions with their versions:
31
31
You can’t perform that action at this time.
0 commit comments