Skip to content

Commit

Permalink
chore: recommended vscode extensions
Browse files Browse the repository at this point in the history
Go, test explorer, github, prettier, markdwon all-in-one and markdownlint
  • Loading branch information
lnu authored and JanDeDobbeleer committed Dec 29, 2020
1 parent 0fcf7cc commit ed8fb23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/extensions.json
@@ -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"
]
}

0 comments on commit ed8fb23

Please sign in to comment.