bump pxt, enable github support
This commit is contained in:
parent
d9370624e4
commit
0ed0551c71
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ hexcache
|
|||||||
*.iml
|
*.iml
|
||||||
.vscode/.BROWSE.VC.DB-shm
|
.vscode/.BROWSE.VC.DB-shm
|
||||||
.vscode/.BROWSE.VC.DB-wal
|
.vscode/.BROWSE.VC.DB-wal
|
||||||
|
package-lock.json
|
||||||
|
13
calliope.code-workspace
Normal file
13
calliope.code-workspace
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "../pxt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../pxt-common-packages"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -46,7 +46,7 @@
|
|||||||
"typescript": "2.6.1"
|
"typescript": "2.6.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-common-packages": "6.16.24",
|
"pxt-common-packages": "6.17.1",
|
||||||
"pxt-core": "5.28.24"
|
"pxt-core": "5.30.28"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,10 @@
|
|||||||
"preferredPackages": [
|
"preferredPackages": [
|
||||||
"Microsoft/pxt-neopixel"
|
"Microsoft/pxt-neopixel"
|
||||||
],
|
],
|
||||||
"githubPackages": true
|
"githubPackages": true,
|
||||||
|
"cloudProviders": {
|
||||||
|
"github": {}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"compile": {
|
"compile": {
|
||||||
"isNative": true,
|
"isNative": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user