1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

code: add traditional Chinese translation (#6214)

This commit is contained in:
lincc 2021-07-11 05:14:52 +08:00 committed by GitHub
parent 5c70d65896
commit 772fd67d8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
# code
> Visual Studio Code.
> 更多資訊: <https://github.com/microsoft/vscode>.
- 執行 VS Code:
`code`
- 在 VS Code 開啟當前目錄:
`code .`
- 在 VS Code 開啟檔案或目錄:
`code {{檔案或目錄/完整/路徑}}`
- 在目前開啟的 VS Code 視窗中開啟一個檔案或目錄:
`code --reuse-window {{檔案或目錄/完整/路徑}}`
- 在 VS Code 中比較兩個檔案:
`code -d {{檔案一}} {{檔案二}}`
- 用超級使用者 (sudo) 權限執行 VS Code:
`sudo code {{檔案或目錄/完整/路徑}} --user-data-dir`