We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f30b4f commit 2f976e7Copy full SHA for 2f976e7
.devcontainer/devcontainer.json
@@ -6,6 +6,21 @@
6
"postCreateCommand": "git config --global --add safe.directory /workspaces/corsair && uv sync --all-extras --dev && uv run poe install-hooks",
7
"customizations": {
8
"vscode": {
9
+ "settings": {
10
+ "files.trimTrailingWhitespace": true,
11
+ "yaml.schemas": {
12
+ "./schemas/corsair-build-schema.json": "*csrbuild.yaml",
13
+ "./schemas/corsair-map-schema.json": "*csrmap.yaml"
14
+ },
15
+ "json.schemas": [
16
+ {
17
+ "fileMatch": [
18
+ "*csrmap.json"
19
+ ],
20
+ "url": "./schemas/corsair-map-schema.json"
21
+ }
22
+ ]
23
24
"extensions": [
25
"ms-python.python",
26
"ms-python.vscode-pylance",
0 commit comments