Skip to content

Commit fcb830b

Browse files
author
puhui999
committed
优化vscode代码debugger调试,使用vscode自带的功能,不使用插件
1 parent ecdaf84 commit fcb830b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.vscode/launch.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Launch debug",
6+
"request": "launch",
7+
"type": "chrome",
8+
"url": "http://localhost",
9+
"webRoot": "${workspaceFolder}/src"
10+
}
11+
]
12+
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"steady-xml": "^0.1.0",
6464
"url": "^0.11.0",
6565
"video.js": "^8.0.4",
66-
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
6766
"vue": "3.2.47",
6867
"vue-i18n": "9.2.2",
6968
"vue-router": "^4.1.6",
@@ -127,7 +126,7 @@
127126
"vite-plugin-purge-icons": "^0.9.2",
128127
"vite-plugin-svg-icons": "^2.0.1",
129128
"vite-plugin-top-level-await": "^1.3.0",
130-
"vite-plugin-vue-setup-extend": "^0.4.0",
129+
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
131130
"vite-plugin-windicss": "^1.8.10",
132131
"vue-tsc": "^1.2.0",
133132
"windicss": "^3.5.6"

0 commit comments

Comments
 (0)