From a24d62af1af87112655239dd3b3b0cdb5f9f0935 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 14 Jan 2025 10:20:27 -0800 Subject: [PATCH] add github pull request in vscode (#367) --- archgw.code-workspace | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/archgw.code-workspace b/archgw.code-workspace index 50c8a492..78c124e2 100644 --- a/archgw.code-workspace +++ b/archgw.code-workspace @@ -41,15 +41,16 @@ }, "extensions": { "recommendations": [ - "ms-python.python", - "ms-python.debugpy", - "rust-lang.rust-analyzer", - "humao.rest-client", - "github.copilot", "eamodio.gitlens", - "ms-python.black-formatter", - "tamasfe.even-better-toml", "esbenp.prettier-vscode", + "github.copilot", + "github.vscode-pull-request-github", + "humao.rest-client", + "ms-python.black-formatter", + "ms-python.debugpy", + "ms-python.python", + "rust-lang.rust-analyzer", + "tamasfe.even-better-toml", ] } }