自学内容网 自学内容网

flathub vscode

  • 打开命令面板:Shift + Ctrl + P
  • 打开用户配置文件:在 命令面板 里搜索user json

flatpak

此方法安装的 vscode 使用集成终端需要添加这些到用户配置

"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
    "bash": {
    "path": "/app/bin/host-spawn",
    "args": ["bash"],
    "icon": "terminal-bash",
    "overrideName": true
    }
},

代理

添加到用户配置

"http.proxy": "http://192.168.1.13:7890",

ip 和 port 根据具体情况配置


原文地址:https://blog.csdn.net/qq_41544116/article/details/145152301

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!