[vscode-spring-cli] Switch the build to webpack

This commit is contained in:
aboyko
2024-05-17 19:13:59 -04:00
parent cdc292a22e
commit 6f76f4e288
8 changed files with 3765 additions and 120 deletions

View File

@@ -6,17 +6,17 @@
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"name": "Spring CLI Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"preLaunchTask": "npm: watch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"${workspaceFolder}/dist/**/*.js"
]
}
]
}