在Theia中找不到“托管”模式

时间:2019-03-20 05:38:50

标签: theia

  1. 我使用https://www.theia-ide.org/doc/Composing_Applications.html中的说明构建了IDE,并且可以正常工作。
  2. 然后,我按照https://www.theia-ide.org/doc/Authoring_Plugins.html中的说明进行操作。我能够构建其中一个示例插件,但是当我对其进行测试时,无法在我在#1内置的IDE中找到“托管”模式-我查看了“查找命令”并搜索了“托管”,没有结果
  3. 这是“帮助->关于”中的配置信息

    @ theia /核心0.5.0-下一个8968ac21 @ theia /输出0.5.0-next.8968ac21 @ theia / process 0.5.0-下一步8968ac21 @ theia /文件系统0.5.0-next.8968ac21 @ theia / variable-resolver 0.5.0-next.8968ac21 @ theia / workspace 0.5.0-下一步8968ac21 @ theia /语言0.5.0-下一个8968ac21 @ theia / editor 0.5.0-next.8968ac21 @ theia /导航器0.5.0-下一个8968ac21 @ theia / markers 0.5.0-next.8968ac21 @ theia / outline-view 0.5.0-next.8968ac21 @ theia / monaco 0.5.0-下一步8968ac21 @ theia / callhierarchy 0.5.0-next.8968ac21 @ theia / typescript 0.5.0-下一个8968ac21 @ theia /终端0.5.0-next.8968ac21 @ theia / json 0.5.0-next.8968ac21 @ theia / userstorage 0.5.0-next.8968ac21 @ theia / preferences 0.5.0-下一步8968ac21 @ theia / messages 0.5.0-next.8968ac21 @ theia / git 0.5.0-下一步8968ac21 @ theia / file-search 0.5.0-next.8968ac21 @ theia / mini-browser 0.5.0-next.8968ac21 @ theia / preview 0.5.0-下一步8968ac21 @ theia / merge-conflicts 0.5.0-next.8968ac21 @ theia / search-in-workspace 0.5.0-next.8968ac21 @ theia / textmate-grammars 0.5.0-next.8968ac21

如果我缺少什么,请告诉我。

谢谢! 迪尔达

2 个答案:

答案 0 :(得分:0)

您应该添加@theia/plugin-ext来启用Theia插件,或者添加@theia/plugin-ext-vscode来启用VS Code扩展。

答案 1 :(得分:0)

尝试将 @theia/plugin-dev@theia/plugin-ext 添加到 package.json 并尝试在网页中查找命令而不是本地 IDE。

这意味着,您应该先启动另一个 Theia 应用程序。然后按 F1 键在 http://localhost:3000/ 上找到 >hosted plugin: start Instance 命令。

这会让你选择“theia-hello-world-plugin”文件夹的路径,然后打开另一个页面http://localhost:3030/。