From 71138bfe8fa14f63a5efa42f727c1f8996f461ef Mon Sep 17 00:00:00 2001
From: Cameron VanHouzen <camvh@live.com>
Date: Wed, 15 May 2024 04:52:43 +0000
Subject: [PATCH] add cmake and cpp extensions to container

---
 .devcontainer/devcontainer.json | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index d34a40bb9b..ef73da3461 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -5,6 +5,15 @@
 	// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
 	"build": {
 		"dockerfile": "Dockerfile"
+	},
+	"customizations": {
+		"vscode": {
+			"extensions": [
+				"ms-vscode.cmake-tools",
+				"josetr.cmake-language-support-vscode",
+				"ms-vscode.cpptools"
+			]
+		}
 	}
 	// Features to add to the dev container. More info: https://containers.dev/features.
 	// "features": {},
-- 
GitLab