Yan Zhang
Yan Zhang
Just a note that technically it's **able** to allow user repeatedly launch the same project via the CodeLens, by appending a hash value to the name for each launch.
@pehalo Nothing wrong, it doesn't matter. As far as I know, it's depend on the way you launch a project for the first time. Yours are created by clicking the...
Any updates? Here is a scenario that by specifying prelaunchtask to execute "mvnDebug" in the "attach" config, I want to debug in one-click. But prelaunchTask seems not to work with...
Tested https://github.com/eclipse/eclipse.jdt.ls/pull/2110/commits/b397c2c772c7563725918063b45fc61272ad2029 , migrating intellicode-java with the new API. so far so good.
I just tested with a clean VM but I could not reproduce it with v1.3.0. Detailed client logs can be found when you run command `Java: Open Java Extension Log`....
``` { message: 'Error: spawn UNKNOWN\n' + '\tat ChildProcess.spawn (internal/child_process.js:403:11)\n' + '\tat Object.spawn (child_process.js:570:9)\n' + '\tat c:\\Users\\032\\.vscode\\extensions\\redhat.java-1.3.0\\dist\\extension.js:2:1041140', level: 'info', timestamp: '2022-02-09 07:36:42.683' } ``` This error was thrown by below...
> If we specify JAVA_HOME, shouldn't the extension use that instead of the embedded JRE? Then `JAVA_HOME` will be picked as default JDK to compile and run **your project**, but...
> we can't yet recover from failed launch of embedded JRE due to https://github.com/microsoft/vscode-languageserver-node/issues/688 right ? For the moment, language client doesn't report exit code of server. So we cannot...
This "error" is always reported when standard LS is ready and lightweight LS is killed. IMO it's not an "error" but an expected message. I do see a lot of...
My stupid question is, why does `languageClient.stop()` throw this error? Has lightweight LS stopped itself before we call `languageClient.stop()`? Anyway to check if the connection already get disposed? Or we...