enable sharing
This commit is contained in:
parent
9641c4b5ec
commit
8437f0cf3c
@ -125,13 +125,13 @@
|
|||||||
"PulseValue.Low|block": "low",
|
"PulseValue.Low|block": "low",
|
||||||
"Rotation.Pitch|block": "pitch",
|
"Rotation.Pitch|block": "pitch",
|
||||||
"Rotation.Roll|block": "roll",
|
"Rotation.Roll|block": "roll",
|
||||||
"String.charAt|block": "char from %this|at %pos",
|
"String.charAt|block": "char from %this=text|at %pos",
|
||||||
"String.compare|block": "compare %this| to %that",
|
"String.compare|block": "compare %this=text| to %that",
|
||||||
"String.concat|block": "join %this|%other",
|
"String.concat|block": "join %this=text|%other",
|
||||||
"String.fromCharCode|block": "text from char code %code",
|
"String.fromCharCode|block": "text from char code %code",
|
||||||
"String.isEmpty|block": "%this| is empty",
|
"String.isEmpty|block": "%this=text| is empty",
|
||||||
"String.length|block": "length of %VALUE",
|
"String.length|block": "length of %VALUE",
|
||||||
"String.substr|block": "substring of %this|from %start|of length %length",
|
"String.substr|block": "substring of %this=text|from %start|of length %length",
|
||||||
"String|block": "String",
|
"String|block": "String",
|
||||||
"basic.clearScreen|block": "clear screen",
|
"basic.clearScreen|block": "clear screen",
|
||||||
"basic.forever|block": "forever",
|
"basic.forever|block": "forever",
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
"cloud": {
|
"cloud": {
|
||||||
"workspace": false,
|
"workspace": false,
|
||||||
"packages": true,
|
"packages": true,
|
||||||
"sharing": false,
|
"sharing": true,
|
||||||
"publish": false,
|
"publishing": true,
|
||||||
"preferredPackages": [
|
"preferredPackages": [
|
||||||
"Microsoft/pxt-neopixel",
|
"Microsoft/pxt-neopixel",
|
||||||
"Microsoft/pxt-filesystem"
|
"Microsoft/pxt-filesystem"
|
||||||
|
Loading…
Reference in New Issue
Block a user