修复项目启动时,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": {

View File

@@ -118,7 +118,6 @@
"abortcontroller-polyfill": "^1.7.8",
"alova": "^3.3.3",
"dayjs": "1.11.10",
"js-cookie": "^3.0.5",
"pinia": "2.0.36",
"pinia-plugin-persistedstate": "3.2.1",
"vue": "^3.4.21",

9
pnpm-lock.yaml generated
View File

@@ -75,9 +75,6 @@ importers:
dayjs:
specifier: 1.11.10
version: 1.11.10
js-cookie:
specifier: ^3.0.5
version: 3.0.5
pinia:
specifier: 2.0.36
version: 2.0.36(typescript@5.8.3)(vue@3.4.21(typescript@5.8.3))
@@ -4291,10 +4288,6 @@ packages:
jpeg-js@0.3.7:
resolution: {integrity: sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==}
js-cookie@3.0.5:
resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==}
engines: {node: '>=14'}
js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
@@ -11818,8 +11811,6 @@ snapshots:
jpeg-js@0.3.7: {}
js-cookie@3.0.5: {}
js-tokens@4.0.0: {}
js-tokens@9.0.1: {}