chore: recommended vscode extensions

Go, test explorer, github, prettier, markdwon all-in-one and markdownlint
This commit is contained in:
lnu 2020-12-28 10:30:51 +01:00 committed by Jan De Dobbeleer
parent 0fcf7cc8be
commit ed8fb232ce

11
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"recommendations": [
"golang.go",
"hbenl.vscode-test-explorer",
"ethan-reesor.vscode-go-test-adapter",
"github.vscode-pull-request-github",
"esbenp.prettier-vscode",
"davidanson.vscode-markdownlint",
"yzhang.markdown-all-in-one"
]
}