vscode 設定問題

2021-10-02 12:00:35 字數 1550 閱讀 9827

pycharm編輯tensorflow和tensorrt出錯,

importerror: libcublas.so.10.0: cannot open shared object file: no such file or directory

各種方法解決不了。pyjuter用不習慣,只能用vscode。

只記錄設定。

目錄

python環境

設定中文

設定字型

解決ubuntu下vscode空格距離極小的方案

解決vscode空格距離極小的方案

講一下如何安裝並替換字型

設定**風格

crtl+shift+x,找這兩個。然後安裝。

crtl+shift+x裡面找chinese,然後安裝就行了。

ubuntu 18.04及以上版本使用vscode空格距離很小,解決方案@kellncy

ubuntu系統公升級到18.10以後,使用vscode發現空格間距極小,很難分辨出此處還有空格,但是vscode沒有自定義空格距離的設定,顧通過更換字型來實現空格距離的調整。

解壓壓縮檔案並開啟/firacode-master/distr/ttf資料夾,雙擊安裝字型檔案,安裝完所有的字型檔案

開啟vscode的settings.json檔案

注釋掉原來的editor.fontfamily配置行,注釋是為了後面恢復方便

新增字型檔案配置

// 以下兩行必須

"editor.fontfamily": "'fira code'", //只加他就可以了

"editor.fontligatures": true,

//下面四行分別設定不同粗細的字型,選擇一種

// "editor.fontweight": "300",// light

// "editor.fontweight": "400", // regular

"editor.fontweight": "500", // medium

// "editor.fontweight": "600", // bold

參考:

問題描述:

原因在於pylint只支援自己的標準庫。

解決方案:

設定成如下:

vscode設定同步

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

VSCode除錯設定

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

vs code 除錯設定

首先vs code 安裝外掛程式 debugger for chrome 使用下面內容替換自動生成的內容 使用外部伺服器時,請注釋掉 file,改用 url,並將 usebuildinserver 設定為 false 改成您的 chrome 安裝路徑 sourcemaps true webroot ...