aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-10 00:49:38 +0800
committercrupest <crupest@outlook.com>2022-01-10 00:49:38 +0800
commita0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f (patch)
treeacb86a124c7100fc3a322288b82b26335f76cbb3 /.vscode/settings.json
parent6b90be37d3ba7e094837bd01a19381bd59657041 (diff)
downloadcru-a0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f.tar.gz
cru-a0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f.tar.bz2
cru-a0b9c5f65f4c4b59a463e347f1e7f0bfe5f42d3f.zip
...
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json6
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/*"
+ }
}