After fixing typo in classname also have to fix this in
main.ts vscode launcher.
This commit is contained in:
Kris De Volder
2021-05-05 10:19:29 -07:00
parent 3749a2f21c
commit d1c6d025c8

View File

@@ -38,7 +38,7 @@ export function activate(context: VSCode.ExtensionContext): Thenable<LanguageCli
},
explodedLsJarData: {
lsLocation: 'language-server',
mainClass: 'org.springframework.ide.vscode.boot.app.BootLanguagServerBootApp',
mainClass: 'org.springframework.ide.vscode.boot.app.BootLanguageServerBootApp',
configFileName: 'application.properties'
},
workspaceOptions: VSCode.workspace.getConfiguration("spring-boot.ls"),