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:
parent
5c70d65896
commit
772fd67d8d
1 changed files with 28 additions and 0 deletions
28
pages.zh_TW/common/code.md
Normal file
28
pages.zh_TW/common/code.md
Normal 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`
|
Loading…
Add table
Reference in a new issue