-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1438 from microsoft/develop
merge develop -> master for 1.4.2
- Loading branch information
Showing
238 changed files
with
1,796 additions
and
2,601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,69 @@ | ||
# CMake Tools Documentation | ||
# CMake Tools for Visual Studio Code documentation | ||
|
||
If you are an end user that has come looking for the CMake Tools documentation, you probably want to take a look at it in rendered HTML form: | ||
CMake Tools is an extension designed to make it easy to work with CMake-based projects. | ||
|
||
[Click here to go to the official end-user CMake Tools Documentation](https://vector-of-bool.github.io/docs/vscode-cmake-tools/index.html). | ||
If you are new, try the [CMake Tools quick start](https://code.visualstudio.com/docs/cpp/CMake-linux) and see the [frequently asked questions](faq.md). | ||
|
||
[How to](how-to.md) | ||
* [Create a new project](how-to.md#create-a-new-project) | ||
* [Configure a project](how-to.md#configure-a-project) | ||
* [Build a project](how-to.md#build-a-project) | ||
* [Debug a project](how-to.md#debug-a-project) | ||
* [Pass command-line arguments to the debugger](debug-launch.md#debug-using-a-launchjson-file) | ||
* [Set up include paths for C++ IntelliSense](how-to.md#set-up-include-paths-for-c-intellisense) | ||
|
||
[Kits](kits.md) | ||
* [How kits are found and defined](kits.md#how-kits-are-found-and-defined) | ||
* [Kit options](kits.md#kit-options) | ||
|
||
[Configure](configure.md) | ||
* [CMake configuration process overview](configure.md#cmake-configuration-process-overview) | ||
* [The CMake tools configure step](configure.md#the-cmake-tools-configure-step) | ||
* [The configure step outside of CMake Tools](configure.md#the-configure-step-outside-of-cmake-tools) | ||
* [Clean configure](configure.md#clean-configure) | ||
|
||
[Variants](variants.md) | ||
* [Variant YAML example](variants.md#example-yaml-variants-file) | ||
* [Variant schema](variants.md#variant-schema) | ||
* [Variant settings](variants.md#variant-settings) | ||
* [Variant options](variants.md#variant-options) | ||
* [How variants are applied](variants.md#how-variants-are-applied) | ||
* [Large variant file example](variants.md#large-variant-file-example) | ||
|
||
[Build](build.md) | ||
* [Build the default target](build.md#build-the-default-target) | ||
* [Build a single target](build.md#build-a-single-target) | ||
* [How CMake tools builds your project](build.md#how-cmake-tools-builds) | ||
* [Clean build](build.md#clean-build) | ||
|
||
[Debug and launch](debug-launch.md) | ||
* [Select a launch target](debug-launch.md#select-a-launch-target) | ||
* [Quick debugging](debug-launch.md#quick-debugging) | ||
* [Debug using a launch.json file](debug-launch.md#debug-using-a-launchjson-file) | ||
* [Run without debugging](debug-launch.md#run-without-debugging) | ||
|
||
[Configure CMake Tools settings](cmake-settings.md) | ||
* [CMake Tools settings](cmake-settings.md#cmake-settings) | ||
* [Variable substitution](cmake-settings.md#variable-substitution) | ||
|
||
[Troubleshoot CMake Tools](troubleshoot.md#troubleshoot-cmake-tools) | ||
* [Common issues and resolutions](troubleshoot.md#common-issues-and-resolutions) | ||
* [CMake Tools is unable to provide IntelliSense configuration](troubleshoot.md#error-cmake-tools-is-unable-to-provide-intellisense-configuration) | ||
* [Green squiggles beneath #include directives](troubleshoot.md#green-squiggles-beneath-include-directives) | ||
* [Debugging ignores launch.json](troubleshoot.md#debugging-ignores-launchjson) | ||
* [Reset CMake Tools extension state](troubleshoot.md#reset-cmake-tools-extension-state) | ||
* [Increase the logging level](troubleshoot.md#increase-the-logging-level) | ||
* [Check the log file](troubleshoot.md#check-the-log-file) | ||
* [Get help](troubleshoot.md#get-help) | ||
|
||
[Frequently asked questions](faq.md) | ||
* [How can I get help?](faq.md#how-can-i-get-help) | ||
* [What about CMake language support?](faq.md#what-about-cmake-language-support) | ||
* [How do I learn about CMake?](faq.md#how-do-i-learn-about-cmake) | ||
* [How does CMake Tools work with C and C++ IntelliSense?](faq.md#how-does-cmake-tools-work-with-c-and-c-intellisense) | ||
* [How do I perform common tasks](faq.md#how-do-i-perform-common-tasks) | ||
|
||
[How to contribute](contribute.md) | ||
* [Developer Reference](contribute.md#developer-reference) | ||
* [Build the CMake Tools extension](contribute.md#build-the-cmake-tools-extension) | ||
* [Coding guidelines](contribute.md#coding-guidelines) |
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.