CMake integration in Visual Studio Code
Перейти к файлу
hippo91 73ac9596be
1451 open build folder (#3620)
* Adds the appendBuildDirectoryToWorkspace method

* Append the build directory at the end of workspace folders

* Adds entry in CHANGELOG

* Takes into account code review remarks

* Merging features and improvements sections in CHANGELOG

* FIxes lint errors

---------

Co-authored-by: Guillaume Peillex <guillaume.peillex@cea.fr>
2024-04-02 14:06:53 +00:00
.devcontainer
.github
.vscode
docs Update debug-launch.md (#3647) 2024-03-19 20:33:43 +00:00
i18n
jobs enforce source languages for codeql (#3662) 2024-03-19 15:10:29 -04:00
res
schemas Add support for CMakePresets.json v7 and v8 (#3609) 2024-03-06 15:13:31 -05:00
src 1451 open build folder (#3620) 2024-04-02 14:06:53 +00:00
test Add option to disable kit scan by default (#3585) 2024-03-08 15:24:19 -05:00
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
.gitignore
.vscodeignore
CHANGELOG.md 1451 open build folder (#3620) 2024-04-02 14:06:53 +00:00
CONTRIBUTING.md
LICENSE.txt
NOTICE.txt
README.md
SECURITY.md
THIRD.md
gulpfile.js
package.json 1451 open build folder (#3620) 2024-04-02 14:06:53 +00:00
package.nls.json 1451 open build folder (#3620) 2024-04-02 14:06:53 +00:00
test.tsconfig.json
translations_auto_pr.js
tsconfig.json
webpack.config.js
yarn.lock Bump follow-redirects from 1.15.4 to 1.15.6 (#3660) 2024-03-21 20:36:46 +00: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.