Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

本插件会需要在远程主机中安装 #239

Open
huangsijun17 opened this issue Apr 30, 2024 · 2 comments
Open

本插件会需要在远程主机中安装 #239

huangsijun17 opened this issue Apr 30, 2024 · 2 comments

Comments

@huangsijun17
Copy link

我有使用VSCode+SSH去连接其他主机。但连接后本插件并未直接工作,而是提示如下:

此扩展在此工作区中被禁用,因为其被定义为在远程扩展主机中运行。请在 'XXXXX' 中安装扩展以进行启用。

由于我的被控端是IoT设备,性能较弱,能否让本插件无需在远程主机中安装而直接工作?

@crazygo
Copy link

crazygo commented Apr 30, 2024

你好,可以在本机上安装并在远端机器编程。操作方法如下:

  1. ctrl + shift + p 输入 set
  2. 选择首选项-打开设置,然后输入 extensionKind
  3. image
  4. 输入以下配置
    image
"remote.extensionKind": {
    "AMiner.codegeex": ["ui"],
}
  1. 重启 visual studio code,可能需要重新安装 CodeGeeX 。如果配置成功,你会在扩展列表的本地分组中看到 CodeGeeX

@huangsijun17
Copy link
Author

你好,可以在本机上安装并在远端机器编程。操作方法如下:

  1. ctrl + shift + p 输入 set
  2. 选择首选项-打开设置,然后输入 extensionKind
  3. image
  4. 输入以下配置
    image
"remote.extensionKind": {
    "AMiner.codegeex": ["ui"],
}
  1. 重启 visual studio code,可能需要重新安装 CodeGeeX 。如果配置成功,你会在扩展列表的本地分组中看到 CodeGeeX

实测有效。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants