oh-my-posh/.vscode/extensions.json
lnu ed8fb232ce chore: recommended vscode extensions
Go, test explorer, github, prettier, markdwon all-in-one and markdownlint
2020-12-29 21:47:04 +01:00

12 lines
267 B
JSON

{
"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"
]
}