|
@@ -1,7 +1,5 @@
|
|
|
{
|
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
|
- "volar.tsPlugin": true,
|
|
|
- "volar.tsPluginStatus": false,
|
|
|
"npm.packageManager": "pnpm",
|
|
|
"editor.tabSize": 2,
|
|
|
"prettier.printWidth": 100, // 超过最大值换行
|
|
@@ -133,27 +131,6 @@
|
|
|
"sider",
|
|
|
"pnpm"
|
|
|
],
|
|
|
- "vetur.format.scriptInitialIndent": true,
|
|
|
- "vetur.format.styleInitialIndent": true,
|
|
|
- "vetur.validation.script": false,
|
|
|
- "MicroPython.executeButton": [
|
|
|
- {
|
|
|
- "text": "▶",
|
|
|
- "tooltip": "运行",
|
|
|
- "alignment": "left",
|
|
|
- "command": "extension.executeFile",
|
|
|
- "priority": 3.5
|
|
|
- }
|
|
|
- ],
|
|
|
- "MicroPython.syncButton": [
|
|
|
- {
|
|
|
- "text": "$(sync)",
|
|
|
- "tooltip": "同步",
|
|
|
- "alignment": "left",
|
|
|
- "command": "extension.execute",
|
|
|
- "priority": 4
|
|
|
- }
|
|
|
- ],
|
|
|
// 控制相关文件嵌套展示
|
|
|
"explorer.fileNesting.enabled": true,
|
|
|
"explorer.fileNesting.expand": false,
|
|
@@ -161,7 +138,8 @@
|
|
|
"*.ts": "$(capture).test.ts, $(capture).test.tsx",
|
|
|
"*.tsx": "$(capture).test.ts, $(capture).test.tsx",
|
|
|
"*.env": "$(capture).env.*",
|
|
|
- "package.json": "pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.gitignore,prettier.config.js,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore"
|
|
|
+ "package.json": "pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.eslintrc-auto-import.json,.gitignore,prettier.config.js,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore"
|
|
|
},
|
|
|
- "terminal.integrated.scrollback": 10000
|
|
|
+ "terminal.integrated.scrollback": 10000,
|
|
|
+ "nuxt.isNuxtApp": false
|
|
|
}
|