1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-26 17:15:24 +00:00

Migrate VSCode Golang extension (#344)

The VSCode Golang extension, formally as `ms-vscode.go`, has now been moved over to the Golang org and is now at `golang.go`.
This commit is contained in:
David Muckle 2020-06-19 21:21:41 -04:00 committed by GitHub
parent dd72dc413b
commit 7bf646b435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"recommendations": [
"ms-vscode.go",
"golang.go",
"defaltd.go-coverage-viewer"
]
}
}