From 08799bb8e3a06368a3f7c279c2c95aa214d786eb Mon Sep 17 00:00:00 2001 From: 0xG0nz0 <8682922+0xg0nz0@users.noreply.github.com> Date: Sat, 1 Jun 2024 14:26:32 +0000 Subject: [PATCH] Small clean-up --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index efcac2e..70203c4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,6 @@ "customizations": { "vscode": { "extensions": [ - "GitHub.vscode-pull-request-github", "demiaochen.clang-format-indent-4", "donjayamanne.githistory", "eamodio.gitlens", @@ -13,6 +12,7 @@ "github.copilot", "github.remotehub", "github.vscode-github-actions", + "github.vscode-pull-request-github", "ionutvmi.path-autocomplete", "jbenden.c-cpp-flylint", "mads-hartmann.bash-ide-vscode",