如果我遗漏了什么,请告诉我。
谢谢!迪尔达尔
发布于 2019-03-20 10:02:22
您应该添加@theia/plugin-ext来启用Theia插件,或者添加@theia/plugin-ext-vscode来启用VS代码扩展。
发布于 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/。
https://stackoverflow.com/questions/55254187
复制相似问题