Jinbo Wang
Jinbo Wang
This error is related to `os.userInfo()`, we need to find a way to avoid using it. https://github.com/microsoft/vscode-maven/blob/fe5230ad30124b3d1f9161ad1fd901dad8d91131/src/utils/contextUtils.ts#L31
@wkia Could you try the pre-release version of Java debugger extension? See https://github.com/microsoft/java-debug/pull/463, recently we have optimized the source lookup logic to prioritize searching the project source first, then the...
> Somewhere between 150 and 200 requests, the connections either get closed by the remote or almost stall. @mfussenegger Is the rate limit per minute, hour or day? What is...
Assign to @CsCherrYY since he is working on this.
> Hi everyone, > > I just wanted to share my experience with the issue being discussed here. I was also facing the same problem while using Visual Studio on...
Could anyone provide some snippet to reproduce the problem?
@oarcher thanks for the sample code. I can reproduce it as well. Defining the 2d array as a local variable works, but does not work when accessing it as a...
Closing it since this has been supported in latest debugger version.
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":...
javadoc about [Stream](https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html): > To perform a computation, stream [operations](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#StreamOps) are composed into a stream pipeline. A stream pipeline consists of a source (which might be an array, a collection,...