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 b054aa4 commit eceb898Copy full SHA for eceb898
2 files changed
CHANGELOG.md
@@ -6,6 +6,14 @@ All notable version changes will be recorded in this file.
6
7
***
8
9
+### [v3.13.2023060101] revision
10
+
11
+**Optimize**:
12
+ - `Source Exclude List`: Allow use Env Variables in exclude path string.
13
+ - `Eclipse Project Importer`: Optimize eclipse project parser, allow resolve virtual folder and folder link.
14
15
+***
16
17
### [v3.13.0] update
18
19
**New**:
package.json
@@ -38,7 +38,7 @@
38
"homepage": "https://em-ide.com",
39
"license": "MIT",
40
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
41
- "version": "3.13.0",
+ "version": "3.13.2023060101",
42
"preview": false,
43
"engines": {
44
"vscode": "^1.67.0"
0 commit comments