Skip to content

Commit

Permalink
Version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gapalomi committed Dec 16, 2024
1 parent 8e6eab4 commit 1badb44
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## [1.0.8]

### Enhancements
- **JSON Configuration & Syntax:**
- 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. πŸ†•βœ¨

### Bug Fixes
- **Typographical Errors:**
- Corrected misspelled words: `seeting` to `setting` and `Generationg` to `Generating`. πŸ“πŸ› οΈ
- Fixed a typo in the message: "c_cpp_properties.json points to wrong compile_commands.json". πŸ“πŸ”§

### Features
- **New Commands:**
- Introduced `edk2code.copyTreeData` command to copy tree data to clipboard in a formatted string. πŸ“‹πŸŒ³
- **Clangd Support:**
- Added support for Clang compile commands in the workspace configuration. πŸ› οΈπŸ”§
- Automatically updates `clangd` configuration with the correct `--compile-commands-dir` argument if `vscode-clangd` extension is installed. πŸ†•πŸ”„

### Code Quality
- **Refactoring & Cleanup:**
- Improved code readability by trimming redundant spaces and unifying function behavior. πŸ§ΌπŸ› οΈ
- Renamed `edksymbol.ts` to `edkSymbols.ts` for consistency. πŸ“‚πŸ—‚οΈ

### Miscellaneous
- **Version Update:**
- Updated version in `package.json` from `1.0.7` to `1.0.8`. πŸš€πŸ†™


All notable changes to the "edk2code" extension will be documented in this file.
## [1.0.7]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "edk2code",
"displayName": "Edk2code",
"description": "EDK2 code support",
"version": "1.0.7",
"version": "1.0.8",
"icon": "assets/icon.png",
"publisher": "intel-corporation",
"homepage": "https://github.com/intel/Edk2Code/wiki",
Expand Down

0 comments on commit 1badb44

Please sign in to comment.