Skip to content

Commit

Permalink
Dev/snehara/fix settings description keys (microsoft#3523)
Browse files Browse the repository at this point in the history
* updated key reference

* fixed changelog update
  • Loading branch information
snehara99 authored Jan 4, 2024
1 parent 0864696 commit 72420c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Bug Fixes:
- Avoid running tests after a build failure [#3366](https://github.com/microsoft/vscode-cmake-tools/issues/3366)
- Make sure we clear the output on builds due to test when `Clear output before build` is enabled. [#1179](https://github.com/microsoft/vscode-cmake-tools/issues/1179)
- Ensure that, when switching between presets, the CMake executable is modified. [#2791](https://github.com/microsoft/vscode-cmake-tools/issues/2791)
- Fixed the key to reference the correct description for the `compact` option of the `cmake.options.advanced.variant.statusBarVisibility` setting. [#3511](https://github.com/microsoft/vscode-cmake-tools/issues/3511).

## 1.16.32
Improvements:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2575,7 +2575,7 @@
"enumDescriptions": [
"%cmake-tools.configuration.cmake.options.advanced.statusBarVisibility.visible.description%",
"%cmake-tools.configuration.cmake.options.advanced.statusBarVisibility.icon.description%",
"%cmake-tools.configuration.cmake.options.advanced.statusBarVisibility.variant.description%",
"%cmake-tools.configuration.cmake.options.advanced.statusBarVisibility.variant.compact.description%",
"%cmake-tools.configuration.cmake.options.advanced.statusBarVisibility.hidden.description%"
]
}
Expand Down

0 comments on commit 72420c6

Please sign in to comment.