CMake integration in Visual Studio Code
Перейти к файлу
vector-of-bool ff2ce21a62 Append a traceback for CMake diagnostics
- May be out of order due to a VSCode quirk.
- Create a `resolvePath` helper for ensuring absolute paths
2018-11-24 16:54:13 -07:00
.vscode Update variable substitution tests 2018-07-26 15:11:33 +02:00
docs Fix link syntax 2018-09-22 00:31:47 -06:00
images Updated Target Debugging documentation 2017-06-13 15:27:41 +02: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 Refactor docs CI task 2018-09-22 00:24:13 -06:00
src Append a traceback for CMake diagnostics 2018-11-24 16:54:13 -07:00
test Add missing attribute for new extension context 2018-11-24 16:51:23 -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 Update variable substitution tests 2018-07-26 15:11:33 +02:00
.travis.yml Add more debug information and add gdb to travis. 2018-05-26 00:26:36 +02:00
.vscodeignore Update docs, changelog, and package for 1.1.1 2018-07-27 01:44:29 -06:00
CHANGELOG.md Update changelog 2018-09-22 00:19:23 -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 changelog 2018-09-22 00:19:23 -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.json Add missing attribute for new extension context 2018-11-24 16:51:23 -07:00
tsconfig.json No more typings dir needed 2018-07-27 01:31:27 -06:00
tslint.json Clean up test imports and run a format pass over the codebase 2018-03-25 16:44:50 -06:00
yarn.lock Add missing attribute for new extension context 2018-11-24 16:51:23 -07: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 in Visual Studio Code.

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!

Want to Support this Project? Support me on Patreon!

Support me on Patreon

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