46f2d16e31
* renamed to end-to-end-tests and moved backend unit tests to unit-tests folder * create folder for kits code, refactor imports to use @cmt and @test * move variants into the kits folder * refactor into better folder structure, still more to go * Initial refactor making presets validation unit testing possible. This seems to work well so far, I have v1-v3 presets tested, with some more refactors regarding error reporting to come. However, the design/infrastructure refactor seems to be allowing us to unit test validation. * implemented Presets version validation automated testing * Added version testing for presets v1-9. This adds testing for our version validation for all Presets versions currently supported. It creates presets on the fly and ensures that we correctly get errors, or don't, depending on the setup and what fields are present with what versions. * fix workflows * Ensure that we correctly initialize the presetsParser class * refactor imports * refactor imports * more import fixes * imports in projectStatus * missed one * workflow imports * added comment about definite assignment * add comments * fix launch file to make sure breakpoints happen * fix syntax error |
||
---|---|---|
.devcontainer | ||
.github | ||
.vscode | ||
docs | ||
i18n | ||
jobs | ||
res | ||
schemas | ||
src | ||
syntaxes | ||
test | ||
tools | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.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.