Skip to content

Commit 64b2e79

Browse files
committed
Version 0.0.4
Signed-off-by: Guillermo Antonio Palomino Sosa <[email protected]>
1 parent 05fb6da commit 64b2e79

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

CHANGELOG.md

+25-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,30 @@
22

33
All notable changes to the "edk2code" extension will be documented in this file.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
## [0.0.4]
66

7-
## [Unreleased]
7+
### Added
88

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.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "edk2code",
33
"displayName": "Edk2code",
44
"description": "EDK2 code support",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"icon": "assets/icon.png",
77
"publisher": "intel-corporation",
88
"homepage": "https://github.com/intel/Edk2Code/wiki",
@@ -131,7 +131,7 @@
131131
"order": 2,
132132
"type": "boolean",
133133
"markdownDescription": "Show Edk2 Language warnings",
134-
"default": true
134+
"default": false
135135
},
136136
"edk2code.mainDscFile": {
137137
"order": 3,

0 commit comments

Comments
 (0)