Files
roll20-character-sheets/Shadowrun6th-German/.vscode/settings.json
T
2021-03-22 20:07:19 +01:00

12 lines
190 B
JSON

{
"saveAndRun": {
"commands": [
{
"match": "views\\\\.*",
"cmd": "node app.js",
"useShortcut": false,
"silent": false
},
]
}
}