From 45113edfa037ad82483a23cc47b9f4e9cc58d0a7 Mon Sep 17 00:00:00 2001 From: Navinkumar Patil <134013160+NavinPayPal@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:06:59 -0800 Subject: [PATCH] Update devcontainer.json with paypal vs code extension --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a187321..1772bf1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -33,7 +33,7 @@ "customizations": { "vscode": { "extensions": [ - "vsls-contrib.codetour" + "vsls-contrib.codetour","PayPal.vscode-paypal" ], "settings": { "git.openRepositoryInParentFolders": "always",