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 092e8e4 commit 2a12ddeCopy full SHA for 2a12dde
2 files changed
CHANGELOG.md
@@ -6,6 +6,14 @@ All notable version changes will be recorded in this file.
6
7
***
8
9
+### [v3.26.4] revision
10
+
11
+**Improve**:
12
+ - `Project Diagnostics`: Add code action for stub func missed warning. (to auto fix gcc warning: "_xxx is not implemented and will always fail")
13
+ - `Toolchain Setup`: Goto eide tools folder by default when user start to select a location.
14
15
+***
16
17
### [v3.26.3] revision
18
19
**New**:
package.json
@@ -36,7 +36,7 @@
36
"homepage": "https://em-ide.com",
37
"license": "MIT",
38
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
39
- "version": "3.26.3",
+ "version": "3.26.4",
40
"preview": false,
41
"engines": {
42
"vscode": "^1.67.0"
0 commit comments