You've already forked Binary-Light-Box
mirror of
https://github.com/MrLyallCSIT/Binary-Light-Box.git
synced 2026-01-18 06:39:34 +00:00
Restore '19/06/2021, 17:22:57 Initialize empty repo'
This commit is contained in:
23
.vscode/settings.json
vendored
23
.vscode/settings.json
vendored
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"editor.formatOnType": true,
|
||||
"files.autoSave": "afterDelay",
|
||||
"files.watcherExclude": {
|
||||
"**/.git/objects/**": true,
|
||||
"**/built/**": true,
|
||||
"**/node_modules/**": true,
|
||||
"**/yotta_modules/**": true,
|
||||
"**/yotta_targets": true,
|
||||
"**/pxt_modules/**": true
|
||||
},
|
||||
"files.associations": {
|
||||
"*.blocks": "html",
|
||||
"*.jres": "json"
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/built": true,
|
||||
"**/node_modules": true,
|
||||
"**/yotta_modules": true,
|
||||
"**/yotta_targets": true,
|
||||
"**/pxt_modules": true
|
||||
}
|
||||
}
|
||||
30
.vscode/tasks.json
vendored
30
.vscode/tasks.json
vendored
@@ -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" ]
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user