diff --git a/.vscode/launch.json b/.vscode/launch.json index e4093b3a9..ec5310268 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,16 +1,12 @@ { - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { - "type": "msedge", + "name": "Launch debug", "request": "launch", - "name": "Launch Edge against localhost", - "url": "http://localhost:5173", - "webRoot": "${workspaceFolder}/src", - "sourceMaps": true + "type": "chrome", + "url": "http://localhost", + "webRoot": "${workspaceFolder}/src" } ] } diff --git a/package.json b/package.json index e56c5f102..a488d6138 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,6 @@ "steady-xml": "^0.1.0", "url": "^0.11.0", "video.js": "^8.0.4", - "vite-plugin-vue-setup-extend-plus": "^0.1.0", "vue": "3.2.47", "vue-i18n": "9.2.2", "vue-router": "^4.1.6",