Restore '19/06/2021, 17:22:57 Initialize empty repo'

This commit is contained in:
Alexander Davis
2021-06-19 22:33:14 +01:00
parent 78f22eedf0
commit 53710161f6
16 changed files with 0 additions and 373 deletions

30
.vscode/tasks.json vendored
View File

@@ -1,30 +0,0 @@
// A task runner that calls the MakeCode (PXT) compiler
{
"version": "2.0.0",
"tasks": [{
"label": "pxt deploy",
"type": "shell",
"command": "pxt deploy --local",
"group": "build",
"problemMatcher": [ "$tsc" ]
}, {
"label": "pxt build",
"type": "shell",
"command": "pxt build --local",
"group": "build",
"problemMatcher": [ "$tsc" ]
}, {
"label": "pxt install",
"type": "shell",
"command": "pxt install",
"group": "build",
"problemMatcher": [ "$tsc" ]
}, {
"label": "pxt clean",
"type": "shell",
"command": "pxt clean",
"group": "test",
"problemMatcher": [ "$tsc" ]
}]
}