mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -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