Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace CMake extension dependency with CMake Language Support #2267

Merged
merged 5 commits into from
Jun 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
for a new feature, create an issue on [the GitHub page](https://github.com/microsoft/vscode-cmake-tools)!

This extension itself *does not* provide language support for the CMake
scripting language. For that we recommend [this extension](https://marketplace.visualstudio.com/items?itemName=twxs.cmake).
scripting language. For that we recommend [this extension](https://marketplace.visualstudio.com/items?itemName=josetr.cmake-language-support-vscode).

### Microsoft Open Source Code of Conduct

Expand Down
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Explore the [CMake Tools documentation](README.md)

## What about CMake language support?

CMake Tools was created separately from the [CMake extension](https://marketplace.visualstudio.com/items?itemName=twxs.cmake), which provides language coloring and autocompletion support.
CMake Tools was created separately from the [CMake extension](https://marketplace.visualstudio.com/items?itemName=josetr.cmake-language-support-vscode), which provides language coloring and autocompletion support.

## How do I learn about CMake?

CMake Tools is not the same as CMake. There are many great resources around to learn how to use CMake. See Jason Turner's [C++ Weekly - Intro to CMake](https://www.youtube.com/watch?v=HPMvU64RUTY) for a good video introduction.

[CMake's documentation](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) is also available.
[CMake's documentation](https://marketplace.visualstudio.com/items?itemName=josetr.cmake-language-support-vscode) is also available.

## How does CMake Tools work with C and C++ IntelliSense?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2133,6 +2133,6 @@
"yargs-parser": "^20.2.4"
},
"extensionPack": [
"twxs.cmake"
"josetr.cmake-language-support-vscode"
]
}