Skip to content

Commit 1badb44

Browse files
committed
Version 1.0.8
1 parent 8e6eab4 commit 1badb44

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

β€ŽCHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Change Log
22

3+
## [1.0.8]
4+
5+
### Enhancements
6+
- **JSON Configuration & Syntax:**
7+
- Added new keyword pairs: `warningif`, `inconsistentif`, `disableif`, `nosubmitif` to `edk2_vfr.conf.json` and `edk2_vfr.tmLanguage.json` for improved syntax highlighting and language support. πŸ†•βœ¨
8+
9+
### Bug Fixes
10+
- **Typographical Errors:**
11+
- Corrected misspelled words: `seeting` to `setting` and `Generationg` to `Generating`. πŸ“πŸ› οΈ
12+
- Fixed a typo in the message: "c_cpp_properties.json points to wrong compile_commands.json". πŸ“πŸ”§
13+
14+
### Features
15+
- **New Commands:**
16+
- Introduced `edk2code.copyTreeData` command to copy tree data to clipboard in a formatted string. πŸ“‹πŸŒ³
17+
- **Clangd Support:**
18+
- Added support for Clang compile commands in the workspace configuration. πŸ› οΈπŸ”§
19+
- Automatically updates `clangd` configuration with the correct `--compile-commands-dir` argument if `vscode-clangd` extension is installed. πŸ†•πŸ”„
20+
21+
### Code Quality
22+
- **Refactoring & Cleanup:**
23+
- Improved code readability by trimming redundant spaces and unifying function behavior. πŸ§ΌπŸ› οΈ
24+
- Renamed `edksymbol.ts` to `edkSymbols.ts` for consistency. πŸ“‚πŸ—‚οΈ
25+
26+
### Miscellaneous
27+
- **Version Update:**
28+
- Updated version in `package.json` from `1.0.7` to `1.0.8`. πŸš€πŸ†™
29+
330

431
All notable changes to the "edk2code" extension will be documented in this file.
532
## [1.0.7]

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

0 commit comments

Comments
Β (0)