oh-my-posh/.vscode/extensions.json

14 lines
320 B
JSON
Raw Normal View History

{
"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",
"bungcip.better-toml",
"redhat.vscode-yaml"
]
}