mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:02:09 +02:00

- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
24 lines
457 B
Markdown
24 lines
457 B
Markdown
# code
|
|
|
|
> Visual Studio Code.
|
|
> Maggiori informazioni: <https://github.com/microsoft/vscode>.
|
|
|
|
- Apri VS Code:
|
|
|
|
`code`
|
|
|
|
- Apri la directory corrente in VS Code:
|
|
|
|
`code .`
|
|
|
|
- Apri un file o una directory in VS Code:
|
|
|
|
`code {{percorso/del/file_o_directory}}`
|
|
|
|
- Apri un file o una directory nella finestra attualmente aperta di VS Code:
|
|
|
|
`code --reuse-window {{percorso/del/file_o_directory}}`
|
|
|
|
- Confronta due file in VS Code:
|
|
|
|
`code -d {{file1}} {{file2}}`
|