You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FOLDER grouping in default build target dropdown (#3953)
* added FOLDER grouping in default build target dropdown
* added option to enable/disable folder grouping
* reworked folder grouping to use new option
* Added folder grouping to changelog.md
* Fix url and CMake capitalisation
* changed variables to lowerCamelCase
* bugfix showing folder popup when selecting a target with the same name as a folder
* Moved FolderTarget to cmakeDriver
* Changed the default of 'useFolderPropertyInBuildTargetDropdown' to false
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Features:
6
6
7
7
- Add an option to specify the launch target for debugging CTest tests. [#4273](https://github.com/microsoft/vscode-cmake-tools/pull/4273)
8
8
- Add a setting to enable/disable our built-in language services. [#4290](https://github.com/microsoft/vscode-cmake-tools/issues/4290)
9
+
- Add an option to group the default build target dropdown using CMake groups [#3953](https://github.com/microsoft/vscode-cmake-tools/pull/3953)[@itzandroidtab](https://github.com/itzandroidtab)
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -298,6 +298,7 @@
298
298
"cmake-tools.configuration.cmake.preRunCoverageTarget.description": "Target to build before running tests with coverage using the test explorer",
299
299
"cmake-tools.configuration.cmake.postRunCoverageTarget.description": "Target to build after running tests with coverage using the test explorer",
300
300
"cmake-tools.configuration.cmake.coverageInfoFiles.description": "LCOV coverage info files to be processed after running tests with coverage using the test explorer.",
301
+
"cmake-tools.configuration.cmake.useFolderPropertyInBuildTargetDropdown.description": "Controls if the default build target dropdown is grouped by the CMake folder groups.",
301
302
"cmake-tools.debugger.pipeName.description": "Name of the pipe (on Windows) or domain socket (on Unix) to use for debugger communication.",
302
303
"cmake-tools.debugger.clean.description": "Clean prior to configuring.",
303
304
"cmake-tools.debugger.configureAll.description": "Configure for all projects.",
0 commit comments