CMake integration in Visual Studio Code
Перейти к файлу
Garrett Campbell 46f2d16e31
Refactor and improve test infrastructure, starting with automated version validation tests (#4126)
* 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
2024-10-21 11:02:35 -07:00
.devcontainer Bump dev container Dockerfile to node 16, from 14 (#3724) 2024-04-30 12:30:18 -04:00
.github Refactor and improve test infrastructure, starting with automated version validation tests (#4126) 2024-10-21 11:02:35 -07:00
.vscode Refactor and improve test infrastructure, starting with automated version validation tests (#4126) 2024-10-21 11:02:35 -07:00
docs Add support to configure default ActiveProject (#3730) 2024-10-10 19:58:14 +00:00
i18n Localization - Translated Strings (#4121) 2024-10-21 09:33:49 -07:00
jobs update OneLocBuild Task version to 3 (#4130) 2024-10-15 11:53:57 -07:00
res Use product icons instead of 'hardcoded' icons (#3737) 2024-10-17 18:31:11 +00:00
schemas fix schema field in v8 schema (#3809) 2024-06-04 17:56:09 +00:00
src Refactor and improve test infrastructure, starting with automated version validation tests (#4126) 2024-10-21 11:02:35 -07:00
syntaxes Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
test Refactor and improve test infrastructure, starting with automated version validation tests (#4126) 2024-10-21 11:02:35 -07:00
tools Use product icons instead of 'hardcoded' icons (#3737) 2024-10-17 18:31:11 +00:00
.editorconfig Reindent the files (#2226) 2021-11-03 09:52:24 -07:00
.eslintignore Refactor and improve test infrastructure, starting with automated version validation tests (#4126) 2024-10-21 11:02:35 -07:00
.eslintrc.js Allow overriding of CMakePresets cache variables and arguments (#3537) 2024-01-19 20:52:13 +00:00
.gitattributes Bad git! No! (Don't change line endings in executables) 2017-12-18 20:09:12 -07:00
.gitignore Add IntelliSense support for `debugConfig.console` (#2479) 2022-04-06 18:03:46 +00:00
.npmrc Update to use CFS feed (#4078) 2024-09-19 14:40:30 -04:00
.vscodeignore Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
CHANGELOG.md Add support to configure default ActiveProject (#3730) 2024-10-10 19:58:14 +00:00
CONTRIBUTING.md Update to use CFS feed (#4078) 2024-09-19 14:40:30 -04:00
LICENSE.txt Pull in a LICENSE from develop 2018-02-27 23:11:37 -07:00
README.md Documents for CMake Tasks (Check In after PR #2636) (#2648) 2022-07-22 13:07:59 -07:00
SECURITY.md Microsoft mandatory file (#2557) 2022-05-18 16:56:57 -07:00
THIRD.md Use bundled vswhere.exe 2017-12-18 17:29:44 -07:00
ThirdPartyNotices.txt ensure ready to release (#4074) 2024-09-17 07:16:21 -04:00
cgmanifest.json Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
gulpfile.js fix "zh-TW" and "zh-CN" translation not showing (#2758) 2022-10-03 17:04:47 +00:00
package.json Refactor and improve test infrastructure, starting with automated version validation tests (#4126) 2024-10-21 11:02:35 -07:00
package.nls.json Add support to configure default ActiveProject (#3730) 2024-10-10 19:58:14 +00:00
test.tsconfig.json Implement support for v4 presets files (#2544) 2022-06-20 15:05:50 -07:00
translations_auto_pr.js point 'develop' references to 'main' instead (#2217) 2021-10-29 15:04:10 -07:00
tsconfig.json Add setting to control how we use VS Dev Env (#3892) 2024-07-16 19:35:40 +00:00
webpack.config.js source-map dependency isn't needed, runtime loc wasn't working (#3269) 2023-08-01 12:25:27 -04:00
yarn.lock Bump webpack from 5.76.0 to 5.94.0 (#4029) 2024-10-02 06:55:13 -04:00

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.

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.