We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ev3devBrowser.env
1 parent a07177e commit b7089b0Copy full SHA for b7089b0
CHANGELOG.md
@@ -10,6 +10,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
10
interactive terminal instead of output pane
11
### Fixed
12
- Fix debugger restart button not working
13
+- Fix numbers not allowed in `ev3devBrowser.env` variable names
14
### Changed
15
- SSH shell no longer requires native executable on Windows
16
package.json
@@ -41,7 +41,7 @@
41
"scope": "window",
42
"type": "object",
43
"patternProperties": {
44
- "[A-Za-z_]{1,}": {
+ "[A-Za-z0-9_]{1,}": {
45
"type": "string"
46
}
47
},
0 commit comments