From 3a0002d403e11ffc0efb38fe87abc58fe1d82d76 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:49:57 +0200 Subject: [PATCH] revert extensions --- .vscode/extensions.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e9b75675f..85b3997e2 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,6 +3,7 @@ // for the documentation about the extensions.json format "recommendations": [ "ms-vscode.cpptools", + "austin.code-gnu-global", "marus25.cortex-debug", "augustocdias.tasks-shell-input" ]