Skip to content

Commit b75f74d

Browse files
Make more consistent tooltips (#4391)
* make more consistent, and changelog * make sure outline tooltips are consistent
1 parent 1656b74 commit b75f74d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Bug Fixes:
1616
- Fix displaying "Go to Test" in the Test Explorer when the DEF_SOURCE_LINE property is set, but there is no backtrace information present. [4321](https://github.com/microsoft/vscode-cmake-tools/pull/4321) [@rjaegers](https://github.com/rjaegers)
1717
- Fix gnuld error parsing false positive on make errors, false negative due to trailing \r, and false parsing of new "multiple definitions" error [#2864](https://github.com/microsoft/vscode-cmake-tools/issues/2864) [@0xemgy](https://github.com/0xemgy)
1818
- Fixes for small bug string bugs. [#4319](https://github.com/microsoft/vscode-cmake-tools/issues/4319), [#4317](https://github.com/microsoft/vscode-cmake-tools/issues/4317), [#4312](https://github.com/microsoft/vscode-cmake-tools/issues/4312)
19+
- Make tooltips for selecting Launch/Debug Target. [#4373](https://github.com/microsoft/vscode-cmake-tools/issues/4373)
1920

2021
## 1.20.53
2122

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"cmake-tools.command.cmake.outline.runUtilityTarget.title": "Run Utility",
7474
"cmake-tools.command.cmake.outline.debugTarget.title": "Debug",
7575
"cmake-tools.command.cmake.outline.launchTarget.title": "Run in Terminal",
76-
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Set as Build Target",
77-
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Set as Launch/Debug Target",
76+
"cmake-tools.command.cmake.outline.setDefaultTarget.title": "Set Build Target",
77+
"cmake-tools.command.cmake.outline.setLaunchTarget.title": "Set Launch/Debug Target",
7878
"cmake-tools.command.cmake.outline.revealInCMakeLists.title": "Open CMakeLists.txt",
7979
"cmake-tools.command.cmake.folders.setActiveFolder.title": "Set Active Folder",
8080
"cmake-tools.configuration.title": "CMake Tools configuration",

0 commit comments

Comments
 (0)