Skip to content
Advertisement

Tag: visual-studio-code

Java Project in VS-Code, “No delegateCommandHandler for vscode.java.validateLaunchConfig” Error

I’m new to Java in Visual Studio Code and trying to implement small application, which is using our SDK, which is located in our internal Git Repository. When trying to Debug my application I get following Error: No delegateCommandHandler for vscode.java.validateLaunchConfig My Configurationfile looks pretty simple: I’m using following Extensions for Visual Studio Code: Debugger for Java (0.20.0) Gitlens (9.9.0)

Visual Studio Code: Formatting Java method chaining

I’m trying to change the VSCode settings which will allow me to do something like this with method chaining : The problem is whenever the formatter is applied, it changes it back to just one line: I have the Java Extensions Pack installed, which includes the ‘Language Support for Java by Red Hat’. That extension has a few format options

Advertisement