{
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.cursorSmoothCaretAnimation": true,
"editor.fontFamily": "Cartograph CF Italic, Cartograph CF",
"editor.fontSize": 14,
"editor.guides.bracketPairs": "active",
"editor.inlineSuggest.enabled": true,
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"extensions.autoUpdate": false,
"files.simpleDialog.enable": true,
"github.copilot.enable": {
"*": true,
"markdown": false,
"plaintext": true,
"yaml": false
},
"sync.gist": "781bbf6918d0f680e1974befa8a0c920",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"terminal.integrated.fontFamily": "Cartograph CF,MesloLGS NF, Menlo, Monaco, 'Courier New', monospace",
"window.dialogStyle": "custom",
"window.nativeTabs": true,
"window.zoomLevel": 2,
"workbench.colorTheme": "Vitesse Dark",
"workbench.editor.wrapTabs": true,
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "material-icon-theme",
"workbench.list.smoothScrolling": true,
"workbench.productIconTheme": "icons-carbon"
}
vscode setting.json
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。
相關(guān)閱讀更多精彩內(nèi)容
- 一.快速打開 使用快捷鍵 Ctrl+Shift+P ,然后搜索setting 首選項:打開設(shè)置(json)這個打開...
- 第一次通過shift+alt+u配置上傳信息的時候token填錯了,就報RT所示的錯誤。期間嘗試過卸載settin...
- vscode作為使用 js 開發(fā)的IDE工具深受廣大碼農(nóng)的喜愛,自身并不能進行設(shè)置備份的工作,借助 setting...