Jinbo Wang

Results 65 issues of Jinbo Wang

This is a follow-up request to https://github.com/microsoft/vscode-maven/pull/1018#issuecomment-1899611576

Opening a Gradle project with a Gradle build server currently results in the loss of the hot reload feature. This is because the build server does not support auto build...

enhancement

Opening spring-petclinic in GitHub Codespace, it fails to import it as gradle project with gradle build server. Here is the error reported in "Build Server for Gradle (Log)". ``` [SEVERE...

bug

When I open a multi-root workspace with two roots like "java-debug" and "vscode-java-debug", the root "java-debug" with java projects is displayed well, but the non-java root "vscode-java-debug" only shows a...

bug

See https://github.com/microsoft/vscode-java-debug/pull/1234/files#r1010024710. We have some code to search a launch.json file via `await vscode.workspace.findFiles(".vscode/launch.json", "**/node_modules/**");`, it can be optimized by specifying the workspace folder and maxResult as 1.

debt

User feedbacks: - "Single file support. Some times i want to run a single file nothing else. I don't want errors from other files in the folder. There should an...

feature request
launch

When open a Java file in VS Code, and click some API from a library class, the decompiler is able to decompile the .class file. This is good feature. But...

[log.txt](https://github.com/testforstephen/vscode-pde/files/5406583/log.txt) Below is a piece of logs when restarting the unsaved workspace again. ``` !ENTRY org.eclipse.core.resources 2 10035 2020-10-20 11:10:11.172 !MESSAGE The workspace exited with unsaved changes in the previous...

For some enterprise users, they use custom certificates to override the JDK‘s own cacerts (`/lib/security/cacerts`), so using the JDK on their machine can build and run their Java application well....

documentation
security