1. 程式人生 > 其它 >vscode重灌設定記錄

vscode重灌設定記錄

技術標籤:html和css

1.軟體中文版在這裡插入圖片描述
2.自動更新程式碼
在這裡插入圖片描述
設定預設開啟谷歌,點開,點選擴充套件設定
在這裡插入圖片描述
找到這個,下拉選擇瀏覽器
在這裡插入圖片描述
3.背景主題和註釋

{
    "files.autoSave": "afterDelay",
    "open-in-browser.default": "Google Chrome",
    "liveServer.settings.donotShowInfoMsg": true,
    "liveServer.settings.CustomBrowser"
: "chrome", "workbench.colorTheme": "Glass UI", "editor.fontLigatures": null, "editor.tokenColorCustomizations": { "textMateRules": [ { "name": "Comment", "scope"
: [ "comment", "comment.block", "comment.block.documentation", "comment.line", "comment.line.double-slash", "punctuation.definition.comment", ], "settings"
: { "fontStyle": "", "foreground": "#038f59", // "fontStyle": "italic", // 斜體 // "fontStyle": "italic underline", // 斜體下劃線 // "fontStyle": "italic bold underline", // 斜體粗體下劃線 } }, ] }, }