38 строки
2.4 KiB
Markdown
38 строки
2.4 KiB
Markdown
# CMake Tools
|
|
|
|
[CMake Tools](https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools) provides the native developer a full-featured, convenient, and
|
|
powerful workflow for CMake-based projects in Visual Studio Code.
|
|
|
|
## Maintainer Changes (7/12/19)
|
|
|
|
**vector-of-bool** has moved on to other things and Microsoft is now maintaining this extension. Thank you **vector-of-bool** for all of your hard work getting
|
|
this extension to where it is today!
|
|
|
|
# Important Links:
|
|
|
|
- [Getting started](https://vector-of-bool.github.io/docs/vscode-cmake-tools/getting_started.html)
|
|
- [Configuring a project](https://vector-of-bool.github.io/docs/vscode-cmake-tools/configuring.html)
|
|
- [Building a project](https://vector-of-bool.github.io/docs/vscode-cmake-tools/building.html)
|
|
- [Configuring CMake Tools](https://vector-of-bool.github.io/docs/vscode-cmake-tools/settings.html)
|
|
- [How do I...?](https://vector-of-bool.github.io/docs/vscode-cmake-tools/how_do_i.html)
|
|
- [FAQ](https://vector-of-bool.github.io/docs/vscode-cmake-tools/faq.html)
|
|
- [Read the online documentation](https://vector-of-bool.github.io/docs/vscode-cmake-tools/index.html)
|
|
- [Contributing](https://vector-of-bool.github.io/docs/vscode-cmake-tools/development.html)
|
|
- [Read the changelog](https://vector-of-bool.github.io/docs/vscode-cmake-tools/changelog.html)
|
|
|
|
## Issues? Questions? Feature requests?
|
|
|
|
**PLEASE**, if you experience any problems, have any questions, or have an idea
|
|
for a new feature, create an issue on [the GitHub page](https://github.com/microsoft/vscode-cmake-tools)!
|
|
|
|
This extension itself *does not* provide language support for the CMake
|
|
scripting language. For that we recommend [this extension](https://marketplace.visualstudio.com/items?itemName=twxs.cmake).
|
|
|
|
### Microsoft Open Source Code of Conduct
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact opencode@microsoft.com with any additional questions or comments.
|
|
|
|
### Data/Telemetry
|
|
|
|
This extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: `"telemetry.enableTelemetry"`. Read our [privacy statement](https://privacy.microsoft.com/en-us/privacystatement) to learn more.
|