Skip to content

Commit 2bf6bf0

Browse files
committed
Version 1.0.7
1 parent e2b05d2 commit 2bf6bf0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22

3+
34
All notable changes to the "edk2code" extension will be documented in this file.
5+
## [1.0.7]
6+
7+
Improvements in error handling, diagnostics, and configuration management, alongside minor updates and bug fixes.
8+
9+
### Introduction of diagnostics.ts:
10+
DiagnosticManager class and an enumeration for EDK diagnostic codes. This class manages diagnostic messages (warnings and errors) related to the EDK2 codebase.
11+
412
## [1.0.1]
513
- Fixed continues request to re-scan for index changes
614

package.json

+1-1
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": "1.0.5",
5+
"version": "1.0.7",
66
"icon": "assets/icon.png",
77
"publisher": "intel-corporation",
88
"homepage": "https://github.com/intel/Edk2Code/wiki",

0 commit comments

Comments
 (0)