You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixes#497
- Only start language server(s) and contribute extension functionality
if a Quarkus project is detected
Signed-off-by: Roland Grunberg <[email protected]>
* Command for adding Quarkus extensions to current Quarkus Maven project
30
38
*/
@@ -36,11 +44,6 @@ export function registerVSCodeCommands(context: ExtensionContext): void {
36
44
registerCommandWithTelemetry(context,VSCodeCommands.DEBUG_QUARKUS_PROJECT,withStandardMode(startDebugging,"Debugging the extension"));
37
45
registerCommandWithTelemetry(context,VSCodeCommands.DEBUG_QUARKUS_PROJECT+VSCodeCommands.SHORT_SUFFIX,withStandardMode(startDebugging,"Debugging the extension"));
0 commit comments