Files
minecraft-bedrock-json-schemas/.vscode/tasks.json
2021-03-21 15:06:21 +01:00

12 lines
246 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Format workspace",
"command": "Powershell.exe -executionpolicy remotesigned -File ./scripts/format_documents.ps1",
"problemMatcher": "$tsc"
}
]
}