修复项目启动时,vscode 提示“未指定有效的 tsserver 安装” (#361)

* chore: 修复项目启动时,vscode 提示“未指定有效的 tsserver 安装”

* chore: 删除未使用的依赖 js-cookie
This commit is contained in:
Utopia
2025-12-02 09:18:39 +08:00
committed by GitHub
parent 44b7d0e010
commit 5ba54c7097
3 changed files with 1 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
"scss.validate": false, // 禁用 SCSS 内置验证
"less.validate": false, // 禁用 LESS 内置验证
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.tsdk": "node_modules/typescript/lib",
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {