mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore: recommended vscode extensions
Go, test explorer, github, prettier, markdwon all-in-one and markdownlint
This commit is contained in:
parent
0fcf7cc8be
commit
ed8fb232ce
11
.vscode/extensions.json
vendored
Normal file
11
.vscode/extensions.json
vendored
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue