feat: vscode extensions recommendations

This commit is contained in:
Michele Cereda
2023-09-23 17:55:06 +02:00
parent dd20c7c8c9
commit 37838ceede
3 changed files with 35 additions and 0 deletions

1
.gitignore vendored
View File

@@ -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
View 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"
]
}

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