[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

@@ -48,7 +48,7 @@ export class Cli {
"--file",
uri.fsPath
];
return this.fetchJson("Running guide", uri.fsPath, args, cwd || path.dirname(uri.fsPath), true);
return this.fetchJson("Applying guide", uri.fsPath, args, cwd || path.dirname(uri.fsPath), true);
}
aiAdd(question: string, cwd: string): Thenable<Uri> {