Skip to content

Debug quarkus project command doesn't appear on Quarkus projects after going from lightweight mode to standard mode #299

@xorye

Description

@xorye

When the Java language server starts in lightweight mode, the project label info command (which is called when vscode-quarkus first starts) fails. Therefore the debug current quarkus project command (and add extensions command) will not appear in the command palette.

When the Java language server is switched to standard mode we still do not have those commands because the project labels command isn't triggered. The user would have to trigger it by adding or removing a workspace file:

const listener: Disposable = workspace.onDidChangeWorkspaceFolders(async () => {

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions