Skip to content

Commit 681cd20

Browse files
fix backtick (#4876)
* fix backtick * Add CHANGELOG entry for backtick fix in cmake.outlineViewType description Agent-Logs-Url: https://github.com/microsoft/vscode-cmake-tools/sessions/69a833f8-8670-4584-b43e-d6f23cc31324 Co-authored-by: gcampbell-msft <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]>
1 parent 1a6e1a9 commit 681cd20

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Bug Fixes:
100100
- Fix malformed devcontainer.json used for working with GitHub Codespaces and similar environments [#4588](https://github.com/microsoft/vscode-cmake-tools/pull/4588) [@kaladron](https://github.com/kaladron)
101101
- Fix hang in `buildWithResult` tool when there isn't a configure preset selected. [#4857](https://github.com/microsoft/vscode-cmake-tools/issues/4857)
102102
- Fix hiding of tests if test suite name and target name are the same when setting "Test Suite Delimiter" to `\` [#4408](https://github.com/microsoft/vscode-cmake-tools/issues/4408) [@ottmar-zittlau](https://github.com/ottmar-zittlau)
103+
- Fix backtick used instead of apostrophe in the `cmake.outlineViewType` setting description. [#4876](https://github.com/microsoft/vscode-cmake-tools/pull/4876)
103104

104105
## 1.22.28
105106

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
},
430430
"cmake-tools.configuration.cmake.launchBehavior.newTerminal.markdownDescriptions": "A new terminal instance is created and the target is launched in it. Existing terminals are not automatically cleaned up.",
431431
"cmake-tools.configuration.cmake.loadCompileCommands.description": "Controls whether the extension reads compile_commands.json to enable single file compilation.",
432-
"cmake-tools.configuration.cmake.outlineViewType.description": "Project Outline View`s type. Available options are: \"list\" and \"tree\".",
432+
"cmake-tools.configuration.cmake.outlineViewType.description": "Project Outline View's type. Available options are: \"list\" and \"tree\".",
433433
"cmake-tools.command.cmake.projectStatus.update.title": "Refresh the project status",
434434
"cmake-tools.command.cmake.pinnedCommands.add.title": "Add a CMake command to pin",
435435
"cmake-tools.command.cmake.pinnedCommands.remove.title": "Unpin Command",

0 commit comments

Comments
 (0)