Jinbo Wang

Results 334 comments of Jinbo Wang
trafficstars

@alexandrefelipemuller Apparently your maven project build failed. Pls try to use maven command to compile the project first, if it succeeds but vscode fails, then pls open an issue at...

@Nightenom You can customize your Gradle task in tasks.json and then call it as a `preLaunchTask` in launch.json. See the link https://github.com/microsoft/vscode-java-debug/issues/120#issuecomment-417269773 for an example.

I’m trying to find out how common it is to use “Socket Listen”. What are some scenarios where you would use “Socket Listen” instead of “Socket Attach”?

Not fully supported yet. so far we have exposed a setting `java.debug.settings.exceptionBreakpoint.skipClasses` to skip the specified classes when breaking on exception. Maybe we should add a new setting `java.debug.settings.exceptionBreakpoint.allowClasses` as...

This has been supported in 0.50.0 version. Here is how to enable exception breakpoint on the specified exception type: 1. Configure the exception types in the setting `java.debug.settings.exceptionBreakpoint.exceptionTypes`. ```json "java.debug.settings.exceptionBreakpoint.exceptionTypes":...

> So I want to specify the caught and uncaught behaviour separately for each exception type. But it seems that how this is implemented the caught and uncaught setting cannot...

+1 from 2023 march feedback

Manually open the terminal on remote container, and the command `ls -l /home/vscode` also says no permissions.

> @rgrunber did running unit tests method changed recently for JDT.LS tests ? When trying to run the unit tests I get the following error > > ``` > Required...

> -> Bundle-SymbolicName: org.eclipse.pde.launching; bundle-version="3.13.0.v20240424-1246"; singleton:="true" Where did you get the vscode-pde extension? Apparently the pde version you're using does not match what's included in the marketplace version. See https://github.com/testforstephen/vscode-pde/blob/795f86673ba29f50f7c1f3e09c63d9d155577bfc/package.json#L62,...