25698e0d30
* add syntax files, add languages, grammars, to package.json copy over stuff to play with later got the grammars working with the other stuff commented out cleaned up, not tested remove stuff I don't think we really need to have a unique ID, we should tell people to only install our extension remove unnecessary method update our syntaxes from what we do in VS test pipeline update cgmanifest temporarly force cg test different version use .3 version update notice, it includes textmate reference manually add kitware/cmake reference to NOTICE fix trigger fix pipeline name get repo make sure we checkout the repos powershell inline reference variables correctly testing for differences, CHANGE LATER updating textmate see if we're getting the right git diff test with explicit path update dates write output try to properly access variables use embeddedbot put emails and username in variables switch when I update config orgurl add logging update auth update docs testing out PR tool remove 'description' option add console.log statements for testing map system token run index.ts for both grammars and quickinfo, put paths into variables, condition based on parameters fix trigger access variables correctly access variables correctly only run job if one of the share steps is enabled fix job name test without prefix remove difference remove snippets keyword until we actually add this remove stray miscopy remove powershell * small update * ignore tools directory when packaging * don't build the tools directory when building and testing the extension * exclude tools for webpack? * revert webpack * try webpack fix again * try another fix * revert * we need to remote the NOTICE for testing earlier so yarn doesn't fail * rename notices.txt to get around yarn issue * update changelog |
||
---|---|---|
.devcontainer | ||
.github | ||
.vscode | ||
docs | ||
i18n | ||
jobs | ||
res | ||
schemas | ||
src | ||
syntaxes | ||
test | ||
tools/pr-creator | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.vscodeignore | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE.txt | ||
README.md | ||
SECURITY.md | ||
THIRD.md | ||
ThirdPartyNotices.txt | ||
cgmanifest.json | ||
gulpfile.js | ||
package.json | ||
package.nls.json | ||
test.tsconfig.json | ||
translations_auto_pr.js | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
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.
Important doc links
- CMake Tools quick start
- Configure and build a project with CMake Presets
- Configure a project with kits and variants
- Build a project with kits and variants
- Configure and build a project using tasks
- Debug a project
- Configure CMake Tools settings
- How to
- FAQ
- Read the online documentation
- Contribute
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 bundle this extension which provides the support. A closed-source extension that provides even better support can also be installed: CMake Language Support
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.
Credits
This project was started by @vector-of-bool and is now currently maintained by Microsoft.