| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Sheng Chen <sheche@microsoft.com>
| */ | ||
| public static IProject getMainProject(String mainProjectName, String mainClassName) { | ||
| IProject mainProject = null; | ||
| if (StringUtils.isNotEmpty(mainProjectName)) { |
There was a problem hiding this comment.
use isNotBlank instead
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
gradle build server project, if yes, trigger the incremental build.
requires: microsoft/vscode-gradle#1493
How to test the change
replace the following jar file into the vscode gradle extension installation path, under the server folder
com.microsoft.gradle.bs.importer-0.2.0.jar.zip
Launch debugger extension with this change.
fix microsoft/vscode-gradle#1449
fix redhat-developer/vscode-java#3392
fix microsoft/vscode-java-debug#1402
fix microsoft/vscode-java-debug#1481
fix #554