diff --git a/.gitignore b/.gitignore index 16becb3b..f685ef21 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ hexcache *.iml .vscode/.BROWSE.VC.DB-shm .vscode/.BROWSE.VC.DB-wal +package-lock.json diff --git a/calliope.code-workspace b/calliope.code-workspace new file mode 100644 index 00000000..c925e61c --- /dev/null +++ b/calliope.code-workspace @@ -0,0 +1,13 @@ +{ + "folders": [ + { + "path": "../pxt" + }, + { + "path": "../pxt-common-packages" + }, + { + "path": "." + } + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 6a058158..a3cf1be1 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "typescript": "2.6.1" }, "dependencies": { - "pxt-common-packages": "6.16.24", - "pxt-core": "5.28.24" + "pxt-common-packages": "6.17.1", + "pxt-core": "5.30.28" } } diff --git a/pxtarget.json b/pxtarget.json index 93821dfa..34d359c2 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -22,7 +22,10 @@ "preferredPackages": [ "Microsoft/pxt-neopixel" ], - "githubPackages": true + "githubPackages": true, + "cloudProviders": { + "github": {} + } }, "compile": { "isNative": true,