chore: vscode extension for ssh config schema

This commit is contained in:
Michele Cereda
2023-10-14 18:25:47 +02:00
parent f88da5b0aa
commit caec58b3a6
2 changed files with 12 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
"oderwat.indent-rainbow", "oderwat.indent-rainbow",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"ms-vscode-remote.remote-ssh-edit",
"yzhang.markdown-all-in-one", "yzhang.markdown-all-in-one",
"ms-python.python", "ms-python.python",

View File

@@ -63,16 +63,21 @@ Add the `extensions.json` file to the workspace's `.vscode` folder with the foll
```json ```json
{ {
"recommendations": [ "recommendations": [
"casualjim.gotemplate",
"editorconfig.editorconfig", "editorconfig.editorconfig",
"golang.go",
"ms-python.python",
"nhoizey.gremlins", "nhoizey.gremlins",
"oderwat.indent-rainbow", "oderwat.indent-rainbow",
"redhat.ansible",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker", "streetsidesoftware.code-spell-checker",
"ms-vscode-remote.remote-ssh-edit",
"redhat.vscode-yaml",
"yzhang.markdown-all-in-one", "yzhang.markdown-all-in-one",
"casualjim.gotemplate",
"golang.go",
"ms-python.python",
"redhat.ansible",
] ]
} }
``` ```
@@ -133,6 +138,7 @@ The `recommendations[]` key shall contain the recommended extensions' identifier
"fileMatch": ["/.pre-commit-config.yaml"], "fileMatch": ["/.pre-commit-config.yaml"],
"url": "https://json.schemastore.org/pre-commit-config.json" "url": "https://json.schemastore.org/pre-commit-config.json"
}, },
]
} }
``` ```