mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
ac4094e0ad
This commit changes the term "folder" to "directory" in every instance where the first is used in an example description, but the second is used in the example code, and vice versa.
419 B
419 B
code
Visual Studio Code. Homepage: https://github.com/microsoft/vscode.
- Open VS Code:
code
- Open the current directory in VS Code:
code .
- Open a file or directory in VS Code:
code {{path/to/file_or_directory}}
- Open a file or directory in the currently open VS Code window:
code --reuse-window {{path/to/file_or_directory}}
- Compare two files in VS Code:
code -d {{file1}} {{file2}}