mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: vscode extension for ssh config schema
This commit is contained in:
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user