vscode-cmake-tools/docs
Cy 'kkm' Katsnelson 79fcf3b686
Use relative intralinks; Point 'issues' to main GH repo (#3858)
* Replace intra-repo absolute URLs with relative ones.
* Replace remaining pointers to `vector-of-bool` with `microsoft`
  in the URLs than must remain absolute.

Co-authored-by: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com>
2024-07-08 11:04:08 -04: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 fixed small typo in variant docs example code (#2760) 2022-10-04 00:29:35 +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