mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
feat: vscode extensions recommendations
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
|
|
||||||
.vagrant/
|
.vagrant/
|
||||||
|
|||||||
17
.vscode/extensions.json
vendored
Normal file
17
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"nhoizey.gremlins",
|
||||||
|
"oderwat.indent-rainbow",
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
|
|
||||||
|
"yzhang.markdown-all-in-one",
|
||||||
|
|
||||||
|
"golang.go",
|
||||||
|
"casualjim.gotemplate",
|
||||||
|
|
||||||
|
"ms-python.python",
|
||||||
|
|
||||||
|
"redhat.ansible",
|
||||||
|
"redhat.vscode-yaml"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
examples/vscode.extensions.json
Normal file
17
examples/vscode.extensions.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"nhoizey.gremlins",
|
||||||
|
"oderwat.indent-rainbow",
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
|
|
||||||
|
"yzhang.markdown-all-in-one",
|
||||||
|
|
||||||
|
"golang.go",
|
||||||
|
"casualjim.gotemplate",
|
||||||
|
|
||||||
|
"ms-python.python",
|
||||||
|
|
||||||
|
"redhat.ansible",
|
||||||
|
"redhat.vscode-yaml"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user