{ "sublimeTextKeymap.promptV3Features": true, "editor.multiCursorModifier": "ctrlCmd", "editor.snippetSuggestions": "top", "editor.formatOnPaste": true, "editor.fontSize": 12, "editor.tabSize": 2, "editor.detectIndentation": false, "eslint.autoFixOnSave": true, "eslint.validate": [ "javascript", "javascriptreact", { "language": "html", "autoFix": true }, { "language": "vue", "autoFix": true } ], "workbench.panel.location": "bottom", "window.zoomLevel": 0, "emmet.triggerExpansionOnTab": true, "git.autofetch": true, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true }, "editor.wordWrap": "on", "files.autoSave": "off", // 控制何時自動保存已更新文件。接受的值: "off"、"afterDelay"、"onFocusChange" (編輯器失去焦點)、"onWindowChange" (窗口失去焦點)。如果設置為 "afterDelay",可在 "files.autoSaveDelay" 中配置延遲時間。 "files.associations": { "*.wpy": "vue", "*.cjson": "jsonc", "*.wxss": "css", "*.wxs": "javascript" }, "gitlens.historyExplorer.enabled": true, "search.location": "sidebar", "workbench.colorTheme": "Monokai", "emmet.includeLanguages": { "wxml": "html" }, "minapp-vscode.disableAutoConfig": true }