File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "out" : true // set this to false to include "out" folder in search results
88 },
99 // Turn off tsc task auto detection since we have the necessary tasks as npm scripts
10- "typescript.tsc.autoDetect" : " off"
10+ "typescript.tsc.autoDetect" : " off" ,
11+ "typescript.tsdk" : " node_modules\\ typescript\\ lib"
1112}
Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ All notable version changes will be recorded in this file.
66
77***
88
9+ ### [ v3.10.7] revision
10+
11+ ** Fix** :
12+ - ` Project Resource ` : Can't auto add source files when folder changed.
13+
14+ ** New** :
15+ - ` Project Resource ` : Allow drag and drop files and folders in UI (** Only for virtual source items** ):
16+
17+ ![ ] ( https://em-ide.com/public-assets/img/eide_drag_and_drop.gif )
18+
19+ ** Change** :
20+ - ` Minimum Version Requirement Of VSCode ` : Change ` v1.63.0 ` to ` v1.67.0 `
21+
22+ ***
23+
924### [ v3.10.6] revision
1025
1126** Fix** :
Original file line number Diff line number Diff line change 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.6 " ,
38+ "version" : " 3.10.7 " ,
3939 "preview" : false ,
4040 "engines" : {
41- "vscode" : " ^1.63 .0"
41+ "vscode" : " ^1.67 .0"
4242 },
4343 "categories" : [
4444 " Programming Languages" ,
8484 "@types/mocha" : " ^5.2.7" ,
8585 "@types/node" : " ^12.12.17" ,
8686 "@types/node-7z" : " ^2.1.4" ,
87- "@types/vscode" : " ^ 1.67.0" ,
87+ "@types/vscode" : " 1.67.0" ,
8888 "@types/x2js" : " ^3.1.0" ,
8989 "@types/xml2js" : " ^0.4.11" ,
9090 "ts-loader" : " ^6.2.1" ,
You can’t perform that action at this time.
0 commit comments