Files
minecraft-bedrock-json-schemas/.vscode/tasks.json

12 lines
246 B
JSON
Raw Normal View History

2021-03-21 15:06:21 +01:00
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Format workspace",
"command": "Powershell.exe -executionpolicy remotesigned -File ./scripts/format_documents.ps1",
"problemMatcher": "$tsc"
}
]
}