ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~ { "editor.formatOnSave": true, "editor.fontSize": 16, // 一个制表符等于的空格数。在 `editor.detectIndentation` 启用时,根据文件内容,该设置可能会被覆盖。 "editor.tabSize": 2, "files.autoSave": "off", "files.associations": { "*.vue": "vue", "*.wpy": "vue", "*.wxs": "javascrip", "*.wxss": "scss", "*.cjson": "jsonc", "*.wxml": "wxml", "*.js": "javascript" }, "emmet.includeLanguages": { "wxml": "html" }, "minapp-vscode.disableAutoConfig": true, // "cssrem.rootFontSize": 100, "workbench.startupEditor": "welcomePage", "px-to-rem.px-per-rem": 15, "workbench.statusBar.visible": true, "workbench.activityBar.visible": true, "sync.gist": "71accc63bbbd3a65b20d248563e14206", "sync.quietSync": false, "sync.removeExtensions": true, "sync.syncExtensions": true, "sync.autoDownload": false, "sync.autoUpload": false, "sync.forceDownload": false, "workbench.iconTheme": "vscode-icons", "vsicons.presets.hideExplorerArrows": true, "gitlens.advanced.messages": { "suppressShowKeyBindingsNotice": true }, "editor.codeActionsOnSave": { "source.fixAll.tslint": true, "source.fixAll.eslint": true }, "explorer.confirmDelete": false, "fileheader.configObj": {}, "fileheader.customMade": { "Author": "tongjsh", "Date": "Do not edit", "LastEditors": "tongjsh", "LastEditTime": "Do not edit", "Description": "" }, "window.zoomLevel": 0, "view-in-browser.customBrowser": "chrome", "vsicons.associations.fileDefault.file": {}, "[javascript]": {}, "search.followSymlinks": false, "files.exclude": { "**/node_modules": true }, "workbench.editor.enablePreview": false } ~~~