CMake integration in Visual Studio Code
Перейти к файлу
Garrett Campbell 25698e0d30
Phase 1 Partial - Colorization + share (#3679)
* add syntax files, add languages, grammars, to package.json

copy over stuff to play with later

got the grammars working with the other stuff commented out

cleaned up, not tested

remove stuff

I don't think we really need to have a unique ID, we should tell people to only install our extension

remove unnecessary method

update our syntaxes from what we do in VS

test pipeline

update cgmanifest

temporarly force cg

test different version

use .3 version

update notice, it includes textmate reference

manually add kitware/cmake reference to NOTICE

fix trigger

fix pipeline name

get repo

make sure we checkout the repos

powershell

inline

reference variables correctly

testing for differences, CHANGE LATER

updating textmate

see if we're getting the right git diff

test with explicit path

update dates

write output

try to properly access variables

use embeddedbot

put emails and username in variables

switch when I update config

orgurl

add logging

update auth

update docs

testing out PR tool

remove 'description' option

add console.log statements for testing

map system token

run index.ts for both grammars and quickinfo, put paths into variables, condition based on parameters

fix trigger

access variables correctly

access variables correctly

only run job if one of the share steps is enabled

fix job name

test without prefix

remove difference

remove snippets keyword until we actually add this

remove stray miscopy

remove powershell

* small update

* ignore tools directory when packaging

* don't build the tools directory when building and testing the extension

* exclude tools for webpack?

* revert webpack

* try webpack fix again

* try another fix

* revert

* we need to remote the NOTICE for testing earlier so yarn doesn't fail

* rename notices.txt to get around yarn issue

* update changelog
2024-04-18 19:57:11 +00:00
.devcontainer Upgrade Nodejs to 14 (#2796) 2022-10-17 09:46:23 -07:00
.github Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
.vscode add recommended extensions (#3673) 2024-04-04 17:07:33 +00:00
docs Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
i18n Localization - Translated Strings (#3634) 2024-03-05 09:52:22 -05:00
jobs Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
res Dev/snehara/transfer from sb to psv (#3407) 2023-10-31 22:41:59 +00:00
schemas Add support for CMakePresets.json v7 and v8 (#3609) 2024-03-06 15:13:31 -05:00
src Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
syntaxes Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
test Add option to disable kit scan by default (#3585) 2024-03-08 15:24:19 -05:00
tools/pr-creator Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00: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 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
.vscodeignore Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
CHANGELOG.md Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00: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
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 Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00: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 Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +00:00
package.nls.json Add parallel launch in test explorer (#3577) 2024-04-18 11:03:26 -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 Phase 1 Partial - Colorization + share (#3679) 2024-04-18 19:57:11 +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 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.