From 835eed47dae4db62ae897c650f6512e7513e7a77 Mon Sep 17 00:00:00 2001 From: Jaby Date: Tue, 7 Jan 2025 23:20:18 +0100 Subject: [PATCH] Recommend Project Temapltes --- src/Library/Library.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Library/Library.code-workspace b/src/Library/Library.code-workspace index 70508534..d63328b3 100644 --- a/src/Library/Library.code-workspace +++ b/src/Library/Library.code-workspace @@ -71,7 +71,7 @@ ] }, "extensions": { - "recommendations": ["augustocdias.tasks-shell-input"] + "recommendations": ["augustocdias.tasks-shell-input", "cantonios.project-templates"] }, "settings": { "cmake.configureOnOpen": false,