|
1 | 1 | {
|
2 | 2 | "typescript.tsdk": "./node_modules/typescript/lib",
|
3 |
| - "volar.tsPlugin": true, |
4 |
| - "volar.tsPluginStatus": false, |
5 | 3 | "npm.packageManager": "pnpm",
|
6 | 4 | "editor.tabSize": 2,
|
7 | 5 | "prettier.printWidth": 100, // 超过最大值换行
|
|
133 | 131 | "sider",
|
134 | 132 | "pnpm"
|
135 | 133 | ],
|
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 |
| - ], |
157 | 134 | // 控制相关文件嵌套展示
|
158 | 135 | "explorer.fileNesting.enabled": true,
|
159 | 136 | "explorer.fileNesting.expand": false,
|
160 | 137 | "explorer.fileNesting.patterns": {
|
161 | 138 | "*.ts": "$(capture).test.ts, $(capture).test.tsx",
|
162 | 139 | "*.tsx": "$(capture).test.ts, $(capture).test.tsx",
|
163 | 140 | "*.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" |
165 | 142 | },
|
166 |
| - "terminal.integrated.scrollback": 10000 |
| 143 | + "terminal.integrated.scrollback": 10000, |
| 144 | + "nuxt.isNuxtApp": false |
167 | 145 | }
|
0 commit comments