Skip to content

Commit 31e5b51

Browse files
authored
Update devcontainer.json with paypal vs code extension (#106)
1 parent 4f82e50 commit 31e5b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/advanced-integration-v2/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"customizations": {
3333
"vscode": {
34-
"extensions": ["vsls-contrib.codetour"],
34+
"extensions": ["vsls-contrib.codetour","PayPal.vscode-paypal"],
3535
"settings": {
3636
"git.openRepositoryInParentFolders": "always"
3737
}

.devcontainer/standard-integration/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"customizations": {
3333
"vscode": {
34-
"extensions": ["vsls-contrib.codetour"],
34+
"extensions": ["vsls-contrib.codetour","PayPal.vscode-paypal"],
3535
"settings": {
3636
"git.openRepositoryInParentFolders": "always"
3737
}

0 commit comments

Comments
 (0)