eclipse-theia/theia

Missing command - 'SQLTools.getConnectionStatus'

Open

#7,212 创建于 2020年2月25日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)TypeScript (18,676 star) (2,478 fork)batch import
bugcommandshelp wantedvscode

描述

Description

When running Theia locally, an error is shown in the console:

root ERROR [hosted-plugin: 20233] Promise rejection not handled in one second: Error: Command with id 'SQLTools.getConnectionStatus' is not registered. , reason: Error: Command with id 'SQLTools.getConnectionStatus' is not registered.
With stack trace: Error: Command with id 'SQLTools.getConnectionStatus' is not registered.
    at CommandRegistryMainImpl.<anonymous> (http://localhost:3000/60.bundle.js:2027:35)
    at step (http://localhost:3000/60.bundle.js:1938:23)
    at Object.next (http://localhost:3000/60.bundle.js:1919:53)
    at http://localhost:3000/60.bundle.js:1913:71
    at new Promise (<anonymous>)
    at push.../../packages/plugin-ext/lib/main/browser/command-registry-main.js.__awaiter (http://localhost:3000/60.bundle.js:1909:12)
    at CommandRegistryMainImpl.push.../../packages/plugin-ext/lib/main/browser/command-registry-main.js.CommandRegistryMainImpl.$executeCommand (http://localhost:3000/60.bundle.js:2020:16)
    at RPCProtocolImpl.push.../../packages/plugin-ext/lib/common/rpc-protocol.js.RPCProtocolImpl.doInvokeHandler (http://localhost:3000/39.bundle.js:849:23)
    at RPCProtocolImpl.push.../../packages/plugin-ext/lib/common/rpc-protocol.js.RPCProtocolImpl.invokeHandler (http://localhost:3000/39.bundle.js:834:41)
    at RPCProtocolImpl.push.../../packages/plugin-ext/lib/common/rpc-protocol.js.RPCProtocolImpl.receiveRequest (http://localhost:3000/39.bundle.js:798:31)
root INFO [hosted-plugin: 20233] PLUGIN_HOST(20233): PluginManagerExtImpl/loadPlugin(/tmp/vscode-unpacked/helloworld-sample-1.0.51.vsix/extension/out/extension.js)

Reproduction Steps

  1. run Theia locally : git clone https://github.com/eclipse-theia/theia
    && cd theia
    && yarn
    && cd examples/browser
    && yarn run start

  2. The above error will be shown

贡献者指南