2025-09-24 23:55:43 +08:00
|
|
|
{
|
|
|
|
|
"eslint.debug": false,
|
2025-10-07 21:45:09 +08:00
|
|
|
"eslint.format.enable": true,
|
2025-10-21 00:01:28 +08:00
|
|
|
"typescript.tsc.autoDetect": "watch",
|
|
|
|
|
"git.scanRepositories": [
|
|
|
|
|
"./packages/pro"
|
2025-11-12 23:56:02 +08:00
|
|
|
],
|
2025-11-13 00:45:05 +08:00
|
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
|
|
|
"[typescript]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
2025-11-26 23:25:51 +08:00
|
|
|
},
|
2025-12-09 23:28:29 +08:00
|
|
|
"editor.tabSize": 2,
|
|
|
|
|
"explorer.autoReveal": false
|
2025-09-24 23:55:43 +08:00
|
|
|
}
|