CMake integration in Visual Studio Code
Перейти к файлу
KoeMai 7b714f6594
Merge pull request #397 from vector-of-bool/cmake_missing_warning
Fix and clean up cmake missing error message creation for #371
2018-04-28 13:01:02 +02:00
.vscode Prepare project for backend unit tests without vscode 2018-04-22 21:21:22 +02:00
docs Note some more changes, and open up debugging when use tries to run debugging in legacy mode. 2018-04-22 23:23:07 -06:00
images Updated Target Debugging documentation 2017-06-13 15:27:41 +02:00
res Bad git! No! (Don't change line endings in executables) 2017-12-18 20:09:12 -07:00
schemas Update variant schema for environment variables 2018-03-25 18:51:57 -06:00
scripts Merge remote-tracking branch 'origin/develop' into cmake_missing_warning 2018-04-26 22:16:16 +02:00
src Restructure error handling for ctest path. 2018-04-28 00:23:34 +02:00
test Merge branch 'develop' into cmake_missing_warning 2018-04-28 02:08:17 -06: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 Ignore vsix packages 2018-03-26 21:46:05 -06:00
.travis.yml Webhooks for dev chat 2018-04-23 00:12:33 -06:00
.vscodeignore Adding PowerShell-based scripts for Linux and macOS 2018-03-11 20:25:17 -06:00
CHANGELOG.md Note some more changes, and open up debugging when use tries to run debugging in legacy mode. 2018-04-22 23:23:07 -06:00
CHANGELOG.pre-0.11.0.md Rename old changelog 2018-04-12 01:06:41 -06:00
LICENSE.txt Pull in a LICENSE from develop 2018-02-27 23:11:37 -07:00
README.md Update README 2018-04-22 23:56:04 -06:00
THIRD.md Use bundled vswhere.exe 2017-12-18 17:29:44 -07:00
appveyor.yml Webhooks for dev chat 2018-04-23 00:12:33 -06:00
package-lock.json Initial version of contributing guidelines. 2018-03-11 00:33:17 +01:00
package.json Merge remote-tracking branch 'origin/develop' into cmake_missing_warning 2018-04-24 20:59:37 +02:00
tsconfig.json Clean up test imports and run a format pass over the codebase 2018-03-25 16:44:50 -06:00
tslint.json Clean up test imports and run a format pass over the codebase 2018-03-25 16:44:50 -06:00

README.md

CMake Tools

Gitter chat

CMake Tools provides the native developer a full-featured, convenient, and powerful configure+build workflow for CMake-based projects within the Visual Studio Code editor.

Read the online documentation.

What's New?

Also check the changelog in the end-user documentation.

0.11.1 includes several fixes and tweaks.

The 0.11.0 release marks a monumental change for this project. Besides overhauling the development and testing process, three particular things are most notable to users:

  • Thorough end-user documentation is now available.
  • CMake Tools includes automated opt-in error-report sending. The first time you load CMake Tools it will ask your permission to send error and exception data to Rollbar for cataloging and triage.
  • CMake Tools now has the concept of Kits to represent how to build your project. Read more in the new documentation.

The 0.11.0 release has been months in the making, and there are several people that I need to thank:

  • Thank you to those that went out of your way to download and test the beta release packages.
  • Thank you to those that opened up and commented/reacted on GitHub issues for the beta releases.
  • A special thanks to my three new collaborators, who helped me finally get this release done:

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 I recommend this extension.