We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9492763 commit 46deecbCopy full SHA for 46deecb
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
3
All notable changes to the "edk2code" extension will be documented in this file.
4
+## [1.0.1]
5
+- Fixed continues request to re-scan for index changes
6
+
7
## [1.0.0]
8
9
Mayor refactor to integrate optimizations
package.json
@@ -2,7 +2,7 @@
"name": "edk2code",
"displayName": "Edk2code",
"description": "EDK2 code support",
- "version": "1.0.0",
+ "version": "1.0.1",
"icon": "assets/icon.png",
"publisher": "intel-corporation",
"homepage": "https://github.com/intel/Edk2Code/wiki",
0 commit comments