Jinbo Wang

Results 334 comments of Jinbo Wang
trafficstars

In another VS Code window, when I click `x` to close VS Code, the ParentProcessWatcher mechanism actually didn't work either. This is another issue we need to fix. I tracked...

Opening a package folder 'Chapter10' as root doesn't work, you must open a parent directory containing the packages. For example, you could create another root folder such as 'Exercise', and...

Could you please share a minimum sample project to help reproduce this issue?

@jdneo for a look.

Currently, "Run Java" and "Debug Java" will launch a new Java application from the debugger. It may be more appropriate to add a new menu, such as "Attach Java", to...

``` An internal error occurred during: "Classpath Update Job". Attempted to beginRule: , does not match outer scope rule: java.lang.IllegalArgumentException: Attempted to beginRule: , does not match outer scope rule:...

Can you replace `"~"` with the absolute path?

> I want to add additional classpath alone, like '-cp /tmp/cp_aiaqxn8lxgly17gkhnct4os82.jar;. xxx/', is it supported now Unfortunately, this feature is not supported. When the shortenCommandLine configuration is enabled, it will...

Could you please clarify why the default behavior, where the additional classpath is generated into the temporary .jar file, is not suitable for your needs?

Could you please provide your environment information? OS, vscode version, java extension version...