CMake integration in Visual Studio Code
Перейти к файлу
Thomas Willson 0b6da4c968
Merge branch 'develop' into feature/IARDiagnosticParser
2021-09-23 13:30:22 +01:00
.devcontainer Add a docker container definition (#1758) 2021-07-01 11:42:00 -07:00
.github/workflows Update build-vsix.yml 2021-07-26 10:12:57 -07:00
.vscode (#1 in order) upgrade the tests [ready] (#1881) 2021-06-14 11:01:00 -07:00
docs Update cmake-settings.md (#2119) 2021-09-13 10:26:23 -07:00
i18n Localization - Translated Strings (#2134) 2021-09-21 13:47:31 -07:00
jobs Run loc pipeline always (#1908) 2021-05-27 12:23:43 -07:00
res Update vswhere to a version that supports utf-8 2020-03-27 11:09:53 -07:00
schemas Add support for CMakePresets version 3 (#2102) 2021-09-07 13:01:42 -07:00
scripts fix extension tests (#2000) 2021-07-21 15:50:04 -07:00
src Merge branch 'develop' into feature/IARDiagnosticParser 2021-09-23 13:30:22 +01:00
test Add support for parsing IAR output. 2021-09-17 17:41:05 -07:00
types Follow HTTP redirects when downloading the CMake installer [Fix #614] 2018-12-18 16:36:49 -07:00
.clang-format .clang-format changes: 2018-03-03 14:39:32 -07:00
.eslintignore fix extension tests (#2000) 2021-07-21 15:50:04 -07:00
.eslintrc.js No floating promise lint rule, and fixed a timing issue (#1995) 2021-07-22 13:42:33 -07:00
.gitattributes Bad git! No! (Don't change line endings in executables) 2017-12-18 20:09:12 -07:00
.gitignore fix extension tests (#2000) 2021-07-21 15:50:04 -07:00
.vscodeignore Update Linux CI (#1471) 2020-10-07 11:20:01 -07:00
CHANGELOG.md Update CHANGELOG.md 2021-09-01 10:31:56 -07:00
CHANGELOG.pre-0.11.0.md Fix PoliCheck issue 2019-09-16 16:26:59 -07:00
CONTRIBUTING.md update contribute (#2011) 2021-07-23 16:41:34 -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 Fixing broken links to contributing file (#2016) 2021-07-26 11:56:44 -07:00
THIRD.md Use bundled vswhere.exe 2017-12-18 17:29:44 -07:00
azure-pipelines.yml Add component governance. (#779) 2019-09-19 15:00:31 -07:00
gulpfile.js Environment fixes for debug but mostly for launch. (#2051) 2021-08-16 17:50:30 -07:00
package.json Add support for parsing IAR output. 2021-09-17 17:41:05 -07:00
package.nls.json CMake Presets (#1725) 2021-04-12 09:48:08 -07:00
test.tsconfig.json (#1 in order) upgrade the tests [ready] (#1881) 2021-06-14 11:01:00 -07:00
translations_auto_pr.js Minor spelling fix (#1856) 2021-05-10 09:01:01 -07:00
tsconfig.json (#1 in order) upgrade the tests [ready] (#1881) 2021-06-14 11:01:00 -07:00
webpack.config.js Upgrade all packages to the newest (#1475) 2021-02-19 05:33:15 -08:00
yarn.lock Bump axios from 0.21.1 to 0.21.4 (#2136) 2021-09-21 13:48:50 -07: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 recommend this extension.

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.