win10開啟wsl,方法略
安裝vscode,方法略
安裝語法提示外掛程式:shellman
安裝格式化外掛程式:shell-format(右鍵 -> 格式化文件(ctrl + alt + l))
安裝語法錯誤檢查外掛程式:shellcheck
安裝外掛程式:shellman、shell-format、shellcheck
從 vscode 應用商店安裝:shellman
安裝shfmt(shell-format依賴於安裝shfmt)
把shfmt_v3.1.1_windows_amd64.exe放到:e:\software\shfmt_v3.1.1_windows_amd64.exe
在settings.json中新增以下內容:
"shellformat.path": "e:\\software\\shfmt.exe",
"shellformat.flag": "-i=2 -sr -kp -ci",
在 vscode 應用商店安裝:shell-format
在wsl安裝shellcheck(shellcheck外掛程式依賴於shellcheck)
sudo apt-get update
sudo apt-get install shellcheck
在 vscode 應用商店安裝外掛程式:shellcheck(vscode-shellcheck)
在settings.json中新增以下內容:
"shellcheck.usewsl": true
按以上方法安裝好外掛程式後: VScode 遠端開發 shell 遠端編寫除錯
命令 remote ssh add new ssh host.導致錯誤 command opensshremotes.addnewsshhost not found 參考 vscode遠端編寫shell並實時除錯配置過程 visual studio code 遠端開發嘗鮮 visual studio...
VSCode配置C 編寫環境
注意,c intellisense只支援6.5以上版本的gnu global。安裝完成後找個下面這個檔案 linux下 vscode extensions austin.code gnu global 0.2.2 out src features referenceprovider.js windo...
vscode編寫latex的方法
假設你已經裝了texlive 開啟cmd輸入 latex version 應該能輸出 開啟vscode,安裝這幾個外掛程式 設定 settings 點選右上角的open settings json 開啟應該是這樣的 也許你還配置過其他的東西,反正是個json 新增以下這些 就按json那麼新增 la...