We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf4129 commit f1b3dcbCopy full SHA for f1b3dcb
src/project-settings/handlers/ClasspathRequestHandler.ts
@@ -56,6 +56,7 @@ export class ClasspathRequestHandler implements vscode.Disposable {
56
break;
57
case "classpath.onWillAddNewJdk":
58
await this.addNewJdk(this.currentProjectRoot);
59
+ break;
60
case "classpath.onWillSelectLibraries":
61
await this.selectLibraries(this.currentProjectRoot);
62
0 commit comments