-
Notifications
You must be signed in to change notification settings - Fork 3
Visual Studio Code
李小明 edited this page Nov 4, 2021
·
6 revisions
$ sudo apt install ssh-askpass
$ ssh-keyscan -t rsa github.com > ~/.ssh/known_hosts
vscode The name org.freedesktop.secrets was not provided by any .service files
安装 gnome-keyring
解决.
支持Golang开发:
$ sudo apt install -y build-essential pkg-config
解决调试时出现cached及log不打印问题:
- 进入设置, 搜
go.testFlags
, 编辑 - 在
go.testFlags
中增加"-count=1","-v"
.