From 2742126f95c01c65214373ea7468b850ac2d77f6 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Mon, 10 Apr 2023 23:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96vscode=E4=BB=A3=E7=A0=81debug?= =?UTF-8?q?ger=E8=B0=83=E8=AF=95=EF=BC=8C=E4=BD=BF=E7=94=A8vscode=E8=87=AA?= =?UTF-8?q?=E5=B8=A6=E7=9A=84=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=B8=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit fcb830b93eefcf3a1373ef2875c2d36ed44fccef) --- .vscode/launch.json | 12 ++++-------- package.json | 1 - 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e4093b3a..ec531026 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 e56c5f10..a488d613 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",