vscode使用笔记
vscode中docker插件无法连接
sudo groupadd docker #添加docker用户组
sudo gpasswd -a $USER docker #将当前用户添加至docker用户组
newgrp docker #更新docker用户组
https://blog.csdn.net/zhonglongshen/article/details/124170965 vscode中docker插件无法连接
VSCode提取扩展时出错:XHR failed
Ubuntu20中配置了网络设置代理,vscode中也需要配置。
Ubuntu22则不需要。
https://blog.csdn.net/weixin_42629228/article/details/123085269 Ubuntu16.04中VSCode提取扩展时出错:XHR failed