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.
1 parent 93763c9 commit 0647e5dCopy full SHA for 0647e5d
2 files changed
CHANGELOG.md
@@ -6,6 +6,16 @@ All notable version changes will be recorded in this file.
6
7
***
8
9
+### [v3.10.4] revision
10
+
11
+**Fix**:
12
+ - `Task type: 'eide.msys'`: The `env` property does not work.
13
14
+**Change**:
15
+ - `Task type: 'eide.msys'`: Use `label` property for task title, not `name`
16
17
+***
18
19
### [v3.10.3] revision
20
21
**New**:
package.json
@@ -35,7 +35,7 @@
35
"homepage": "https://em-ide.com",
36
"license": "MIT",
37
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
38
- "version": "3.10.3",
+ "version": "3.10.4",
39
"preview": false,
40
"engines": {
41
"vscode": "^1.63.0"
0 commit comments