mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
61f5b84720
* korean translation cmake cmark cmp code coffee column comm command * update some words * update * update cmake.md delete \n * change whitespace
495 B
495 B
code
비주얼 스튜디오 코드. 더 많은 정보: https://github.com/microsoft/vscode.
- VS Code 열기:
code
- 현재 디렉토리에서 VS Code 열기:
code .
- 파일이나 디렉토리에서 VS Code 열기:
code {{경로/파일_혹은_디렉토리}}
- 현재 열려 있는 VS 코드 창에서 파일 또는 디렉토리를 열기:
code --reuse-window {{경로/파일_혹은_디렉토리}}
- 두 개의 VS Code 파일 비교:
code -d {{파일1}} {{파일2}}