CMake integration in Visual Studio Code
Перейти к файлу
vector-of-bool 4d5ce2b1bf No more progress in the statusbar. Now show a notification wiht progress. 2018-06-26 20:55:45 -06:00
.vscode Smoke testing engine 2018-06-16 17:51:04 -06:00
docs Update version and changelog 2018-06-10 17:16:57 -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 Run smoke tests in CI 2018-06-16 18:03:54 -06:00
src No more progress in the statusbar. Now show a notification wiht progress. 2018-06-26 20:55:45 -06:00
test Merge remote-tracking branch 'origin/develop' into feature/treeview 2018-06-26 20:48:55 -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 Remove package-lock.json (interferes with vsce) 2018-06-04 22:57:13 -06:00
.travis.yml Add more debug information and add gdb to travis. 2018-05-26 00:26:36 +02:00
.vscodeignore Adding PowerShell-based scripts for Linux and macOS 2018-03-11 20:25:17 -06:00
CHANGELOG.md Update version and changelog 2018-06-10 17:16:57 -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 the README with many links 2018-06-06 22:15:56 -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 Set an alpha version 2018-06-24 18:11:28 -06:00
tsconfig.json Update typescript compiler and silence some init-assertion warnings (TODO: Fix) 2018-05-10 23:15:16 -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 Yarn lock update. 2018-06-05 22:59:45 -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.

Find Out More:

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.