Jinbo Wang

Results 326 comments of Jinbo Wang
trafficstars

Could you try "**F1 -> Java: Clean Java Language Server Workspace**"?

Could you pls provide a minimum sample project for us to reproduce the issue?

Another approach is to customize your own launch command line in tasks.json, then use "preLaunchTask" setting in launch.json to invoke your task and attach a debugger to your application. See...

Could you pls provide a sample project to reproduce the issue?

**Thoughts:** When checking the build errors, we could filter the irrevelant errors. 1. For multi-module projects, only report the errors in the classpath of the running project. 2. Exclude the...

Also got wrong intellisense. See the screenshot:

The debugger itself won't change the line number info during debugging, it just reflects what's returned from the target JVM. The possible reason is that the source code version is...

Customer Verbatim: I like the feature from other IDE where you set a exception break point by setting the particular exception we want to break on"

Intellisense in Debug Console works for me with [email protected] and [email protected]. Could you share the logs? **F1 -> Java: Open Java Language Server Log File**

When you open an empty VS Code window, there is a button "Create Java Project" there. ![image](https://user-images.githubusercontent.com/14052197/138231404-27e3783b-f000-4ebb-95c5-086aa07649ee.png)