Replace twxs.cmake with ms-vscode.cmake-tools #86

Merged
Jacques Lucke merged 1 commits from gamingrobot/blender-developer-docs:vscode-cmake-extension into main 2024-11-04 23:06:39 +01:00
Showing only changes of commit ef6009d4cd - Show all commits

View File

@ -113,7 +113,7 @@ Install the following extensions `View \> Extensions`:
The following extensions are not required, but may be useful: The following extensions are not required, but may be useful:
- **CMake** (`twxs.cmake`) - language support for CMake files (syntax - **CMake Tools** (`ms-vscode.cmake-tools`) - language support for CMake files (syntax
highlighting, etc) highlighting, etc)
- **Git Lens** (`eamodio.gitlens`) - Useful to see who changed what - **Git Lens** (`eamodio.gitlens`) - Useful to see who changed what
and when. and when.
@ -400,17 +400,17 @@ instructions on using VSCode for Blender development.
> To set CMake configurations from within VSCode, first install the > To set CMake configurations from within VSCode, first install the
> following: > following:
> >
> - **CMake Tools** (`twxs.cmake`) - workflow tools for CMake > - **CMake Tools** (`ms-vscode.cmake-tools`) - workflow tools for CMake
> ([documentation](https://github.com/vector-of-bool/vscode-cmake-tools)) > ([documentation](https://github.com/microsoft/vscode-cmake-tools))
> >
> Command Palette (Ctrl+Shift+P): > Command Palette (Ctrl+Shift+P):
> >
> ``` cmake > ``` cmake
> > CMake: Scan for Kits > > CMake: Scan for Kits
> > CMake: Select a Kit > > CMake: Select a Kit
> > CMake: Set the current build variant > > CMake: Select Variant
> > CMake: Configure > > CMake: Configure
> > CMake: Select a Target to Debug > > CMake: Set Launch/Debug Target
> ``` > ```
> >
> ### Connect the Cpp and CMake Tools extensions > ### Connect the Cpp and CMake Tools extensions