Skip to content

Commit ba23954

Browse files
committed
v3.10.6 update
1 parent a0c7cb3 commit ba23954

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ All notable version changes will be recorded in this file.
66

77
***
88

9+
### [v3.10.6] revision
10+
11+
**Fix**:
12+
- `cpptools configuration provider not work`: Fix provider file filter bug.
13+
14+
**Optimize**:
15+
- `Resource Explorer`: Keep `non-existed` filesystem source folders. Optimize folder watcher
16+
- `Settings Scope`: Allow user override more eide settings by `workspace settings`.
17+
- `FileWatcher`: Auto close file watcher if watcher has an error.
18+
- `Prompt messages`: Optimize some UI hint messages.
19+
20+
***
21+
922
### [v3.10.5] revision
1023

1124
**Fix**:

lib/node-utility

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"homepage": "https://em-ide.com",
3636
"license": "MIT",
3737
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
38-
"version": "3.10.5",
38+
"version": "3.10.6",
3939
"preview": false,
4040
"engines": {
4141
"vscode": "^1.63.0"

0 commit comments

Comments
 (0)