Jinbo Wang

Results 332 comments of Jinbo Wang
trafficstars

Since the "Run" and "Debug" feature is from Maven explorer, i'll let Maven extension to have a look first.

this behavior is from VS Code platform. But there is a setting to allow you to customize the behavior. For example, you could disable it via the setting `"debug.saveBeforeStart": "nonUntitledEditorsInActiveGroup"`.

> That setting seems to deal with the problem but it also prevents VS Code from asking to save any untitled editors before launching, as the setting says I'm using...

We just released a new version 1.1.0, which supports code actions to lombok/delombok the annotations. Feel free to have a try and give us feedback. ![Screenshot](https://raw.githubusercontent.com/microsoft/vscode-lombok/main/images/vscode-lombok.gif)

In the latest version 1.1.0, the lombok agent in this extension is removed because RedHat Java extension has built-in lombok support by default. This lombok extension no longer injects lombok...

In the latest version 1.1.0, the lombok agent in this extension is removed because RedHat Java extension has built-in lombok support by default. This lombok extension no longer injects lombok...

In the latest version 1.1.0, the lombok agent in this extension is removed because RedHat Java extension has built-in lombok support by default. This lombok extension no longer injects lombok...

It needs vscode-java to expose some kind of contribution point for you to add a javaagent. For example, currently Debugger for Java extensions also works as an extension of vscode-java....

The javaExtensions is already there, but currently it just supports OSGI bundle and loading them as a bundle not a javaagent. Since javaagent is required to added into vmArgs, that's...