Jinbo Wang
Jinbo Wang
> Thanks for suggestion but when i open VS code from Windows start menu that menu doesnt appear. It shows up when you click Explorer button on the top left....
@brandonscott1780 Thanks for contributing. Can you share us any scenario for this PR change?
When detecting wildcard, the debugger should be able to flatten it to the concrete value.
Looks like you're opening no build_tools Java folder in VS Code. And Java extension doesn't recognize your source directory well. Would you mind sharing the directory structure to us? //...
@yusijs Thanks for reaching out. AFAIK, a new feature `nullable annotation analysis` recently introduced by upstream language server may break the compilation of normal annotations in some cases, not sure...
Here is a new regression issue with "null annotation analysis". cc:// @rgrunber @CsCherrYY
> Good grief. I actually looked at those, but decided it was probably not related. After trying it out - yes, yes it was. The errors are now gone with...
@yusijs Would you mind sharing a minimum sample project to help us reproduce the issue? It's necessary to include the annotation definition and usage part. We want to investigate the...
> @testforstephen , can this be used to avoid having vscode-pde rebuilding the workspace unnecessarily ? How would vscode-pde set this property, since it only contributes to JDT-LS via `bundles`,...
The task "Java Build Status" is just using a pseudo terminal to present the job status running in the Java language server. You could take a loot at how to...