From ef6009d4cd81a3679075a8bcba91980444a99c19 Mon Sep 17 00:00:00 2001 From: Morgan Creekmore Date: Sun, 27 Oct 2024 07:05:23 +0100 Subject: [PATCH] Replace twxs.cmake with ms-vscode.cmake-tools twxs.cmake is no longer maintained and the Command Palette commands in the "CMake Setup" section don't exist in twxs.cmake --- docs/handbook/development_environments/vscode.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.30.2