diff --git a/docs/handbook/development_environments/vscode.md b/docs/handbook/development_environments/vscode.md index 0821fabf..f4efe093 100644 --- a/docs/handbook/development_environments/vscode.md +++ b/docs/handbook/development_environments/vscode.md @@ -113,7 +113,7 @@ Install the following extensions `View \> Extensions`: 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) - **Git Lens** (`eamodio.gitlens`) - Useful to see who changed what and when. @@ -400,17 +400,17 @@ instructions on using VSCode for Blender development. > To set CMake configurations from within VSCode, first install the > following: > -> - **CMake Tools** (`twxs.cmake`) - workflow tools for CMake -> ([documentation](https://github.com/vector-of-bool/vscode-cmake-tools)) +> - **CMake Tools** (`ms-vscode.cmake-tools`) - workflow tools for CMake +> ([documentation](https://github.com/microsoft/vscode-cmake-tools)) > > Command Palette (Ctrl+Shift+P): > > ``` cmake > > CMake: Scan for Kits > > CMake: Select a Kit -> > CMake: Set the current build variant +> > CMake: Select Variant > > CMake: Configure -> > CMake: Select a Target to Debug +> > CMake: Set Launch/Debug Target > ``` > > ### Connect the Cpp and CMake Tools extensions