vs code編碼設定

2022-09-15 12:03:14 字數 728 閱讀 5298

在使用vs code(版本1.35.0)開啟檔案時,出現亂碼問題,可通過如下方式設定:

1、針對單個檔案

點選右下角的編碼按鈕(圖中為utf-8),然後選擇操作,通過編碼重新開啟(reopen with encoding)

之後選擇一種編碼進行檔案開啟並儲存。

2、全域性設定

檔案->首選項->設定

進入之後選擇檔案,點選在setting.json中編輯

在setting.json中加入files.autoguessencoding": true,並儲存

重新檢視亂碼檔案看看是否設定成功。

vscode設定同步

1 settings sync是vscode中同步設定和安裝外掛程式的小工具,在擴充套件商店中搜尋並安裝它 2 登陸github your profile settings developer settings personal access tokens generate new token,輸入...

vscode 設定問題

pycharm編輯tensorflow和tensorrt出錯,importerror libcublas.so.10.0 cannot open shared object file no such file or directory 各種方法解決不了。pyjuter用不習慣,只能用vscode。只...

VSCode除錯設定

tasks.json vscodetutorial.unittest vscodetutorial.unittest.csproj istestcommand true,設定為單元測試專案 problemmatcher mscompile tasks.json檔案是專案任務的配置檔案,可在launc...