input handlers
This commit is contained in:
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": [ "src/assets/data/*.json" ],
|
||||
"url": "./schemas/gdRoot.json"
|
||||
}
|
||||
]
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": ["src/assets/data/*.json"],
|
||||
"url": "./schemas/gdRoot.json"
|
||||
}
|
||||
],
|
||||
"editor.insertSpaces": false,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.tabSize": 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user