首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在Theia找不到“托管”模式

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

Stack Overflow用户
提问于 2019-03-20 05:38:50
回答 2查看 312关注 0票数 2
  1. 我用Applications.html中的指令构建了IDE,它起了作用。
  2. 然后,我按照Plugins.html中的指示进行操作。我能够构建一个示例插件,但当我开始测试它时,我无法在我在#1构建的IDE中找到“宿主”模式--我查看了“查找命令”,并搜索了“宿主”,没有结果。
  3. 以下是“帮助->关于”的配置信息 @theia/core 0.5.0-next.8968ac21 @theia/output 0.5.0-next.8968ac21 @theia/process 0.5.0-next.8968ac21 @theia/core系统0.5.0-next.8968ac21 @theia/变量-解析器0.5.0-next.8968ac21 @theia/工作区0.5.0-next.8968ac21 @theia/语言0.5.0-next.8968ac21 @theia/编辑器0.5.0-next.8968ac21 @theia/导航器0.5.0-next.8968ac21 @theia@theia/标志0.5.0-next.8968ac21 @theia /大纲-查看0.5.0-next.8968ac21 @theia/摩纳哥0.5.0-next.8968ac21 @theia/callhierarchy 0.5.0-next.8968ac21 @theia/类型记录0.5.0-next.8968ac21 @theia/终端0.5.0-next.8968ac21 @theia/json 0.5.0-ext.89ac21@theia/用户存储0.5.0-next.8968ac21 @theia/ 0.5.0-next.8968ac21 @theia/messages 0.5.0-next.8968ac21 @theia/git 0.5.0-next.8968ac21 @theia/file-搜索0.5.0-next.8968ac21 @theia/mini-browser 0.5.0-next.8968ac21 @theia/预览0.5.0-next.8968ac21 @theia/merge-冲突0.5.0-next.8968ac21 @theia/search-工作区0.5.0-next.8968ac21 @theia/textmate-语法0.5.0-next.8968ac21

如果我遗漏了什么,请告诉我。

谢谢!迪尔达尔

EN

回答 2

Stack Overflow用户

发布于 2019-03-20 10:02:22

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

票数 1
EN

Stack Overflow用户

发布于 2021-04-16 03:14:29

尝试将@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/

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/55254187

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档