Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 01c73ca

Browse files
ExE-Bossmolant
authored andcommitted
chore(vscode): Configure JSON schema
1 parent b3858b9 commit 01c73ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"json.schemas": [
3+
{
4+
"fileMatch": [ "/status.json" ],
5+
"url": "/scripts/schema.json"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)