CMake integration in Visual Studio Code
Перейти к файлу
snehara99 054bd87761
Dev/gcampbell/attempt fix3318 (#3400)
* initial attempt, it doesn't work, but I think it's a start

* fixed! Confirmation for code cleanliness and working in all cases should be done

* made a copy of preset.environment to find compiler location

---------

Co-authored-by: Garrett Campbell <gcampbell@microsoft.com>
2023-10-24 09:26:28 -04:00
.devcontainer Upgrade Nodejs to 14 (#2796) 2022-10-17 09:46:23 -07:00
.github Stale Bot Updgrades (#3397) 2023-10-19 21:20:03 +00:00
.vscode CMake Multi Root and Multi Project support (#2835) 2022-12-27 08:46:15 -08:00
docs Sinemakinci/fix c make debug (#3371) 2023-10-10 17:08:24 +00:00
i18n Localization - Translated Strings (#3388) 2023-10-17 09:13:38 -07:00
jobs/loc Update OneLocBuild machine pool (#2395) 2022-02-25 13:10:10 -08:00
res Impl3137 - SidePanel: Add buttons for project (#3354) 2023-10-02 12:38:55 -04:00
schemas Add trust to kit scanning paths (#3067) 2023-03-22 11:04:47 -07:00
src Dev/gcampbell/attempt fix3318 (#3400) 2023-10-24 09:26:28 -04:00
test ensure things get disposed and give time for resources to free (#3370) 2023-10-09 14:22:50 -04:00
.editorconfig Reindent the files (#2226) 2021-11-03 09:52:24 -07:00
.eslintignore fix extension tests (#2000) 2021-07-21 15:50:04 -07:00
.eslintrc.js Enable "no misused promises" lint rule (#2630) 2022-07-06 21:49:38 +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
.vscodeignore package cleanup 2021-12-30 11:45:18 -08:00
CHANGELOG.md updated changelog; added selected mingw kit before path rather than a… (#3387) 2023-10-16 16:32:03 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2022-04-22 20:08:44 -07:00
LICENSE.txt Pull in a LICENSE from develop 2018-02-27 23:11:37 -07:00
NOTICE.txt Update 3rd party notices (#1581) 2020-12-03 14:22:48 -08: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
gulpfile.js fix "zh-TW" and "zh-CN" translation not showing (#2758) 2022-10-03 17:04:47 +00:00
package.json Configure only one project for CMakelists.txt node in ProjectOutline (#3372) 2023-10-13 10:39:11 +00:00
package.nls.json Add script mode and ability to connect to externally launched CMake process. (#3277) 2023-09-20 13:20:31 -04: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 Dev/snehara/sidebar ab testing (#3167) 2023-06-01 17:30:32 +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 postcss from 8.4.14 to 8.4.31 (#3368) 2023-10-11 11:54:41 +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.