You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing locally-built vscode built-in extensions 1.77.0, I have encountered an issue with the activation of vscode.npm.
Key part of the exception:
023-05-11T18:59:26.965Z root ERROR [hosted-plugin: 2800503] Activating extension 'NPM support for VS Code (built-in)' failed: TypeError: i.window.registerTerminalQuickFixProvider is not a function
Use this locally built extension in your Theia example app: npm-1.77.0.zip
Additional Information
Full exception:
023-05-11T18:59:26.965Z root ERROR [hosted-plugin: 2800503] Activating extension 'NPM support for VS Code (built-in)' failed: TypeError: i.window.registerTerminalQuickFixProvider is not a function
at e.activate (/tmp/vscode-unpacked/npm-1.77.0.vsix/extension/dist/npmMain.js:2:326746)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async PluginManagerExtImpl.startPlugin (/home/lmcmcds/theia/packages/plugin-ext/lib/plugin/plugin-manager.js:310:34)
at async /home/lmcmcds/theia/packages/plugin-ext/lib/plugin/plugin-manager.js:219:21
at async PluginManagerExtImpl.$activatePlugin (/home/lmcmcds/theia/packages/plugin-ext/lib/plugin/plugin-manager.js:271:13)
at async Promise.all (index 12)
at async PluginManagerExtImpl.activateBySingleEvent (/home/lmcmcds/theia/packages/plugin-ext/lib/plugin/plugin-manager.js:266:9)
at async PluginManagerExtImpl.$activateByEvent (/home/lmcmcds/theia/packages/plugin-ext/lib/plugin/plugin-manager.js:250:13)
at async PluginManagerExtImpl.$start (/home/lmcmcds/theia/packages/plugin-ext/lib/plugin/plugin-manager.js:148:9)
at async RpcProtocol.handleRequest (/home/lmcmcds/theia/packages/core/lib/common/message-rpc/rpc-protocol.js:167:28)
Operating System:
Theia Version:
The text was updated successfully, but these errors were encountered:
Bug Description:
Testing locally-built vscode built-in extensions 1.77.0, I have encountered an issue with the activation of
vscode.npm
.Key part of the exception:
023-05-11T18:59:26.965Z root ERROR [hosted-plugin: 2800503] Activating extension 'NPM support for VS Code (built-in)' failed: TypeError: i.window.registerTerminalQuickFixProvider is not a function
It looks like it's using new proposed API: TerminalQuickFixProvider
Steps to Reproduce:
Use this locally built extension in your Theia example app:
npm-1.77.0.zip
Additional Information
Full exception:
The text was updated successfully, but these errors were encountered: