Xz's blog Xz's blog
首页
时间序列
多模态
合成生物学
其他方向
生活
工具相关
PyTorch
导航站

Xu Zhen

首页
时间序列
多模态
合成生物学
其他方向
生活
工具相关
PyTorch
导航站
  • Rust

  • Rust-Windows 窗口自动化

  • Tauri

  • C++

  • Claude Code

  • Liunx相关

  • Windows相关

  • IDE

    • VSCode

      • vscode远程使用copilot和codex(内网环境)
        • 参考
  • Conda

  • Docker

  • VMware虚拟机

  • Python常用代码片段

  • 工具相关
  • IDE
  • VSCode
xuzhen
2025-09-18
目录

vscode远程使用copilot和codex(内网环境)

本机是可以访问外网的,通过vscode连接实验室的集群,但是集群服务器不能连接外网

解决方法:在Vscode的settings中搜索Extension Kind,点击编辑 setting.json,配置文件增加:

"remote.extensionKind": {
	"openai.chatgpt": ["ui"],
    "GitHub.copilot": ["ui"],
    "GitHub.copilot-chat": ["ui"]
}
1
2
3
4
5

# 参考

https://linux.do/t/topic/60231/1 https://blog.csdn.net/qq_32057921/article/details/145764603

#none
上次更新: 2025/09/18, 20:06:50

← 杀死占用某端口的进程 跨机器克隆环境→

最近更新
01
Linux 通过Windows代理上网
09-18
02
跨机器克隆环境
09-18
03
使用 ESMFold 预测 3D 结构并保存为 PDB 文件
09-10
更多文章>
Theme by Vdoing | Copyright © 2025-2025 Xu Zhen | 鲁ICP备2025169719号
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式