Implement resolve classpath command
This commit is contained in:
4
vscode-extensions/vscode-spring-boot/build.sh
Executable file
4
vscode-extensions/vscode-spring-boot/build.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e -x
|
||||
npm install
|
||||
npm run vsce-package
|
||||
@@ -38,15 +38,6 @@ export function activate(context: VSCode.ExtensionContext) {
|
||||
}
|
||||
}
|
||||
};
|
||||
setTimeout(() => {
|
||||
VSCode.commands.executeCommand("java.execute.workspaceCommand", "sts.java.resolveClasspath", "Brocoli", "Cabbage")
|
||||
.then(
|
||||
(commandResult) => VSCode.window.showInformationMessage(""+commandResult),
|
||||
(e) => {
|
||||
VSCode.window.showErrorMessage("Error" + e);
|
||||
}
|
||||
);
|
||||
}, 10000);
|
||||
|
||||
return commons.activate(options, context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user