From 03b8ed622bd3f943538d3eb1a82ad92b01476379 Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Tue, 17 Sep 2024 12:24:19 -0300 Subject: [PATCH] Added more vscode extentions --- src/.devcontainer/devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.devcontainer/devcontainer.json b/src/.devcontainer/devcontainer.json index 8fd049f..d92153a 100644 --- a/src/.devcontainer/devcontainer.json +++ b/src/.devcontainer/devcontainer.json @@ -7,6 +7,8 @@ "vscode": { "extensions": [ // List of extensions to install in the dev container + "ms-vscode.cmake-tools", + "ms-iot.vscode-ros" ], "settings": { // Additional settings for the dev container