From 0ed0551c711ac5712770da741786ea7e1e42eaf2 Mon Sep 17 00:00:00 2001 From: Peli Date: Tue, 17 Dec 2019 08:13:39 -0800 Subject: [PATCH] bump pxt, enable github support --- .gitignore | 1 + calliope.code-workspace | 13 +++++++++++++ package.json | 4 ++-- pxtarget.json | 5 ++++- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 calliope.code-workspace 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,