CMake integration in Visual Studio Code
Перейти к файлу
Colen Garoutte-Carson 147f6ddef1 Update translations_auto_pr.js with fixes from cpptools 2019-09-23 18:48:33 -07:00
.vscode localization plumbing 2019-09-04 15:36:10 -07:00
docs Add references back to the 'getting started' page (#778) 2019-09-19 12:16:15 -07:00
i18n Add i18n localized strings 2019-09-23 18:22:03 -07:00
images Updated Target Debugging documentation 2017-06-13 15:27:41 +02:00
jobs Add component governance. (#779) 2019-09-19 15:00:31 -07:00
res Tweak outline icon colors 2018-06-24 15:40:01 -06:00
schemas Prompt the user for action when a kit becomes unavailable. (Such as a compiler binary being deleted) [Close #393] 2018-06-09 01:48:28 -06:00
scripts Merge branch 'develop' of https://github.com/microsoft/vscode-cmake-tools into coleng/localization2 2019-09-23 17:47:52 -07:00
src Add i18n localized strings 2019-09-23 18:22:03 -07:00
test Change rollbar to a logger, and add telemetries for configuring and building (#768) 2019-09-19 12:14:35 -07:00
types Follow HTTP redirects when downloading the CMake installer [Fix #614] 2018-12-18 16:36:49 -07:00
.clang-format .clang-format changes: 2018-03-03 14:39:32 -07:00
.gitattributes Bad git! No! (Don't change line endings in executables) 2017-12-18 20:09:12 -07:00
.gitignore Add i18n localized strings 2019-09-23 18:22:03 -07:00
.travis.yml Update .travis.yml to use newer version 2019-09-05 14:59:45 -07:00
.vscodeignore localization plumbing 2019-09-04 15:36:10 -07:00
CHANGELOG.md Preparing for new version 2018-11-26 20:42:55 -07:00
CHANGELOG.pre-0.11.0.md Fix PoliCheck issue 2019-09-16 16:26:59 -07:00
LICENSE.txt Pull in a LICENSE from develop 2018-02-27 23:11:37 -07:00
NOTICE.txt add notice (#762) 2019-09-11 13:22:29 -07:00
README.md Updates to readme 2019-07-22 15:08:12 -07:00
THIRD.md Use bundled vswhere.exe 2017-12-18 17:29:44 -07:00
appveyor.yml Fixes mingw scan test. 2018-11-27 10:03:40 +08:00
azure-pipelines.yml Add component governance. (#779) 2019-09-19 15:00:31 -07:00
gulpfile.js Add i18n localized strings 2019-09-23 18:22:03 -07:00
package.json Add i18n localized strings 2019-09-23 18:22:03 -07:00
package.nls.json Address PR feedback 2019-09-06 17:50:07 -07:00
test.tsconfig.json localization plumbing 2019-09-04 15:36:10 -07:00
translations_auto_pr.js Update translations_auto_pr.js with fixes from cpptools 2019-09-23 18:48:33 -07:00
tsconfig.json Follow HTTP redirects when downloading the CMake installer [Fix #614] 2018-12-18 16:36:49 -07:00
tslint.json Clean up test imports and run a format pass over the codebase 2018-03-25 16:44:50 -06:00
webpack.config.js Address issue with webpack and module-alias package 2019-09-05 14:53:33 -07:00
yarn.lock Add i18n localized strings 2019-09-23 18:22:03 -07:00

README.md

CMake Tools

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!

1.1.0 Changes! Exciting!

1.1.0 includes a few big new changes and features. Read about them here, and be sure check the changelog!

Important Links:

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!

This extension itself does not provide language support for the CMake scripting language. For that we recommend this extension.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct 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 to learn more.

Previous Supporters