Skip to content

Commit 4c5d039

Browse files
committed
chore: vscode setting
1 parent 944565a commit 4c5d039

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

.vscode/settings.json

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"typescript.tsdk": "./node_modules/typescript/lib",
3-
"volar.tsPlugin": true,
4-
"volar.tsPluginStatus": false,
53
"npm.packageManager": "pnpm",
64
"editor.tabSize": 2,
75
"prettier.printWidth": 100, // 超过最大值换行
@@ -133,35 +131,15 @@
133131
"sider",
134132
"pnpm"
135133
],
136-
"vetur.format.scriptInitialIndent": true,
137-
"vetur.format.styleInitialIndent": true,
138-
"vetur.validation.script": false,
139-
"MicroPython.executeButton": [
140-
{
141-
"text": "",
142-
"tooltip": "运行",
143-
"alignment": "left",
144-
"command": "extension.executeFile",
145-
"priority": 3.5
146-
}
147-
],
148-
"MicroPython.syncButton": [
149-
{
150-
"text": "$(sync)",
151-
"tooltip": "同步",
152-
"alignment": "left",
153-
"command": "extension.execute",
154-
"priority": 4
155-
}
156-
],
157134
// 控制相关文件嵌套展示
158135
"explorer.fileNesting.enabled": true,
159136
"explorer.fileNesting.expand": false,
160137
"explorer.fileNesting.patterns": {
161138
"*.ts": "$(capture).test.ts, $(capture).test.tsx",
162139
"*.tsx": "$(capture).test.ts, $(capture).test.tsx",
163140
"*.env": "$(capture).env.*",
164-
"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"
141+
"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"
165142
},
166-
"terminal.integrated.scrollback": 10000
143+
"terminal.integrated.scrollback": 10000,
144+
"nuxt.isNuxtApp": false
167145
}

0 commit comments

Comments
 (0)