File tree 2 files changed +27
-5
lines changed
2 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the "edk2code" extension will be documented in this file.
4
4
5
- Check [ Keep a Changelog ] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
+ ## [ 0.0.4 ]
6
6
7
- ## [ Unreleased ]
7
+ ### Added
8
8
9
- - Initial release
9
+ - Click on status bar now shows help of current actions
10
+ - Just EDK2 files show warnings about not being used in compilation
11
+ - Inactive symbols work with goto definition commands
12
+
13
+ ## [ 0.0.3]
14
+
15
+ ### Fixed
16
+
17
+ Corrected problems that prevented the extension to run on Linux systems
18
+
19
+ ## [ 0.0.2]
20
+
21
+ ### Changed
22
+
23
+ - Hide unusual commands when running in not indexed mode
24
+
25
+ ### Added
26
+
27
+ - Use ripgrep when running in not indexed mode
28
+
29
+ ## [ 0.0.1]
30
+
31
+ - Initial release.
Original file line number Diff line number Diff line change 2
2
"name" : " edk2code" ,
3
3
"displayName" : " Edk2code" ,
4
4
"description" : " EDK2 code support" ,
5
- "version" : " 0.0.3 " ,
5
+ "version" : " 0.0.4 " ,
6
6
"icon" : " assets/icon.png" ,
7
7
"publisher" : " intel-corporation" ,
8
8
"homepage" : " https://github.com/intel/Edk2Code/wiki" ,
131
131
"order" : 2 ,
132
132
"type" : " boolean" ,
133
133
"markdownDescription" : " Show Edk2 Language warnings" ,
134
- "default" : true
134
+ "default" : false
135
135
},
136
136
"edk2code.mainDscFile" : {
137
137
"order" : 3 ,
You can’t perform that action at this time.
0 commit comments