From 516de6ef113a023eb79ac16892cab35569e8b29b Mon Sep 17 00:00:00 2001 From: Navinkumar Patil <134013160+NavinPayPal@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:18:47 -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 8a6ad53..e816463 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -37,7 +37,7 @@ "customizations": { "vscode": { "extensions": [ - "vsls-contrib.codetour" + "vsls-contrib.codetour","PayPal.vscode-paypal" ], "settings": { "git.openRepositoryInParentFolders": "always",