vscode-cmake-tools/docs
snehara99 c892b185e9
Add "Unspecified" Build Type and Use by Default (Kits Only) (#3879)
* add unspecified build type and remove CMAKE_BUILD_TYPE prop when it's used

* reverted commenting out debugger

* let debugger stop on error again

* updated changelog

* updated the docs with the new option

* updated default kit build type

* fix failing tests

---------

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>
2024-07-11 19:05:59 +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 Use relative intralinks; Point 'issues' to main GH repo (#3858) 2024-07-08 11:04:08 -04:00
cmake-settings.md Dev/gcampbell/add load compile commands docs (#3746) 2024-05-10 09:13:41 -04:00
configure.md Correct wording to reflect actual text (#2334) 2022-01-20 08:16:41 -08:00
debug-launch.md Use relative intralinks; Point 'issues' to main GH repo (#3858) 2024-07-08 11:04:08 -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