Roland Grunberg
Roland Grunberg
The above bug has been fixed in https://github.com/eclipse/eclipse.jdt.ls/pull/2003. You can also see the upstream fix at https://bugs.eclipse.org/bugs/show_bug.cgi?id=542653 . Marking this as closed as this should be part of our next...
You're right. I'm still able to reproduce. I haven't investigated, but I would guess some kind of reference check is done against the static import, and if a syntax error...
I noticed a little while ago that `ovsx` got these options around March, so have been wanting to investigate this. @fbricon, you mentioned some concerns as to whether the pre-release...
Ok, so I finally tried out VSCodium. Here's what I saw in side-by-side comparison.  In VSCode, I wasn't able to install Jbang using the standard install button as it...
For some context, pre-releases can contain pre-released versions of tooling/features, and it isn't ideal to mark them as a regular releases, prior to upstream officially announcing them. I think this...
I'm going to be testing out a change that simplifies the Jenkinsfile, and hopefully is able to also perform package-specific+pre-releases on Open VSX. My motivation is basically that the current...
Just published a package-specific pre-release to https://open-vsx.org/extension/redhat/java . More info can be seen at https://open-vsx.org/api/redhat/java/1.13.2022102814 . On `{darwin,linux}-{arm,x}64`, and `win32-x64` we embed a JRE, and for other platforms, just a...
I'm fine with making this a mostly UI-specific change to vscode-java. After all, the only thing we should do on the language server side is augment the `DocumentSymbolParams` to have...
I think we would need access to the following API : - For registering quick access provider : https://github.com/microsoft/vscode/blob/5acd9508c913b1d0ce3243f056c3cb039bac6938/src/vs/workbench/contrib/search/browser/search.contribution.ts#L814-L820 - For implementation https://github.com/microsoft/vscode/blob/5acd9508c913b1d0ce3243f056c3cb039bac6938/src/vs/workbench/contrib/search/browser/symbolsQuickAccess.ts This doesn't appear to be exposed currently...
This might be a preference, but I have always found `ctr + o` + type immediately in the search filter + `` to be faster/preferrable to using the outline view...