Editor controllers fixes (#2412)
* updated strings * bump pxt * anotehr attempt
This commit is contained in:
parent
4c1c502e4d
commit
b6620a82f6
@ -198,6 +198,7 @@
|
|||||||
"String.substr": "Return a substring of the current string.",
|
"String.substr": "Return a substring of the current string.",
|
||||||
"String.substr|param|length": "number of characters to extract",
|
"String.substr|param|length": "number of characters to extract",
|
||||||
"String.substr|param|start": "first character index; can be negative from counting from the end, eg:0",
|
"String.substr|param|start": "first character index; can be negative from counting from the end, eg:0",
|
||||||
|
"String.toLowerCase": "Converts the string to lower case characters.",
|
||||||
"String@type": "Combine, split, and search text strings.",
|
"String@type": "Combine, split, and search text strings.",
|
||||||
"StringMap": "A dictionary from string key to string values",
|
"StringMap": "A dictionary from string key to string values",
|
||||||
"basic": "Provides access to basic micro:bit functionality.",
|
"basic": "Provides access to basic micro:bit functionality.",
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
"@types/web-bluetooth": "0.0.4"
|
"@types/web-bluetooth": "0.0.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pxt-common-packages": "6.14.9",
|
"pxt-common-packages": "6.15.7",
|
||||||
"pxt-core": "5.21.7"
|
"pxt-core": "5.21.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user