diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 33832555..e6e504c6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -89,5 +89,9 @@ "variant": "cpp", "gsl": "cpp" }, - "cmake.generator": "Ninja" + "cmake.generator": "Ninja", + "yaml.schemas": { + "https://raw.githubusercontent.com/gitpod-io/gitpod/main/components/gitpod-protocol/data/gitpod-schema.json": ".gitpod.yml", + "https://json.schemastore.org/github-workflow.json": ".github/workflows/*" + } } |