vscode-cmake-tools/docs
Sandro Pedrett 9327d3c9ef
Add support to configure default ActiveProject (#3730)
* Implemented defaultActiveProject configuration to select default project during initialization (#1078)

* Updated docu

* Removed unused comment

* Fixed lint issues

* Fixed review findings

* Improved description of new defaultActiveFolder configuration

* Updated changelog

---------

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>
2024-10-10 19:58:14 +00:00
..
images Other fixes for docs referencing old status bar (#3419) 2023-11-15 19:19:30 +00:00
README.md Add script mode and ability to connect to externally launched CMake process. (#3277) 2023-09-20 13:20:31 -04:00
build.md Other fixes for docs referencing old status bar (#3419) 2023-11-15 19:19:30 +00:00
cmake-options-configuration.md Use relative intralinks; Point 'issues' to main GH repo (#3858) 2024-07-08 11:04:08 -04:00
cmake-presets.md Update cmake-presets.md (#3992) 2024-08-16 05:27:46 -04:00
cmake-settings.md Add support to configure default ActiveProject (#3730) 2024-10-10 19:58:14 +00:00
configure.md Fix typo in configure.md (#3900) 2024-07-17 10:04:20 -04:00
debug-launch.md better match keybindings to what vscode has (#3928) 2024-07-24 13:09:09 -04:00
debug.md Add script mode and ability to connect to externally launched CMake process. (#3277) 2023-09-20 13:20:31 -04:00
faq.md Use relative intralinks; Point 'issues' to main GH repo (#3858) 2024-07-08 11:04:08 -04:00
how-to.md Consolidate CMake Tools documentation (#1324) 2020-06-26 15:45:34 -07:00
kits.md Update kits-variants doc with unsupported commands that are specific for presets (#3784) 2024-05-28 07:24:37 -04:00
pull_request_template.md Tweak issue/PR templates 2018-09-21 23:03:58 -06:00
tasks.md update Docs on Clean and Install task (#2717) 2022-08-30 19:29:28 +00:00
troubleshoot.md Use relative intralinks; Point 'issues' to main GH repo (#3858) 2024-07-08 11:04:08 -04:00
variants.md Add "Unspecified" Build Type and Use by Default (Kits Only) (#3879) 2024-07-11 19:05:59 +00:00

README.md

CMake Tools for Visual Studio Code documentation

CMake Tools is an extension designed to make it easy to work with CMake-based projects.

If you are new, try the CMake Tools quick start and see the frequently asked questions.

How to

Kits

Configure

Variants

Build

Debug and launch

Configure CMake Tools settings

Use CMakePresets

Troubleshoot CMake Tools

Frequently asked questions

How to contribute