From 551c901b5a52fdcea6b0e0d6b89dc78d95676b21 Mon Sep 17 00:00:00 2001 From: Molly Crendraven Date: Fri, 18 Apr 2025 23:44:26 -0400 Subject: [PATCH] fix(docs): update author of vscode extension "cmake" to reflect correct author Fixes #5 --- 02.EnvironmentSetup/04.Linux_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.EnvironmentSetup/04.Linux_setup.md b/02.EnvironmentSetup/04.Linux_setup.md index fc756bd..e68d57f 100644 --- a/02.EnvironmentSetup/04.Linux_setup.md +++ b/02.EnvironmentSetup/04.Linux_setup.md @@ -215,7 +215,7 @@ Visual Studio Code is a lightweight and powerful code editor that supports C++ d - Clangd (from LLVM) - CodeLLDB (from Vadim Chugunov) - CMake Tools (from Microsoft) - - CMake (from Microsoft) + - CMake (from twxs) - Other extesions I will be using in the course: - Docker (Optional) - Dev Containers (Optional)