File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ All notable version changes will be recorded in this file.
66
77***
88
9- ### [ v3.9.2022092001 ] revision (preview)
9+ ### [ v3.9.1 ] revision (v3.9.2022092001 preview)
1010
1111** Fix** :
1212 - Env was overrided when import a 'multi-project' iar workspace
1313 - Sdcc problem matcher doesn't work
14- - error convert: '${VAR}/../A' -> 'A' when use 'NodePath.normalize()', use 'File.normalize' replace 'NodePath.normalize'
14+ - Error path convert: '${VAR}/../path/dir' -> 'path/dir' when use ` NodeJs.normalize() ` , use ` File.normalize ` replace ` NodeJs.normalize() `
15+ - Source file is not compiled when their reference were updated (unify_builder)
1516
1617** Change** :
1718 - Remove Makefile template file generate
Original file line number Diff line number Diff line change 3434 "homepage" : " https://em-ide.com" ,
3535 "license" : " MIT" ,
3636 "description" : " A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V" ,
37- "version" : " 3.9.2022092001 " ,
37+ "version" : " 3.9.1 " ,
3838 "preview" : false ,
3939 "engines" : {
4040 "vscode" : " ^1.63.0"
You can’t perform that action at this time.
0 commit comments