完善开发环境配置

This commit is contained in:
孟宁
2024-11-24 06:33:09 +00:00
parent 428bed52c8
commit e696decaf6
4 changed files with 20 additions and 21 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"request": "launch",
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"sourceMaps": true,
"preLaunchTask": "npm: compile",
"preLaunchTask": "npm: build",
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
},
{