Sandeep Somavarapu
Sandeep Somavarapu

Closing this because there is not enough information provided. Please reopen with required info.
Use this API instead - https://github.com/microsoft/vscode/blob/d61f0a0fba717715487de799b82661029996fbcd/src/vs/workbench/contrib/extensions/common/extensions.ts#L98
You can replace the current one with this call. It will give you all extensions (local and remote if there are).
I am afraid if there is a similar one in workbench/services or platform that supports this functionality. The closer one is `IWorkbenchExtensionManagementService` that returns all extensions from all servers, but...
I will add an arg for you to not bail out when one of the server fails to load extensions
For language specific projects, please check out this feature - https://github.com/microsoft/vscode/issues/116740
This seems to be mentioned in the tree view API doc here - https://code.visualstudio.com/api/extension-guides/tree-view - But it does not seems to explicit that one can contribute commands to any view....
Re `src/vs/workbench/browser/parts/views/viewFilter.ts` Unfortunately, I am working on these changes and would be testing and commit them separately. Changes in this land are proven to be too sensitive. I would request...
- src/vs/workbench/contrib/extensions/browser/extensionEditor.ts - src/vs/workbench/contrib/extensions/browser/extensionsActions.ts Sorry again, I am working on this debt and would like to test and push together. I very much appreciate the effort for doing this. I...