Skip to content

Commit

Permalink
Move settings into customizations.vscode (#542)
Browse files Browse the repository at this point in the history
* Move settings into customizations.vscode

* Remove trailing comma
  • Loading branch information
Kyzegs authored Feb 5, 2023
1 parent 6f19af8 commit 65dc055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/devcontainer.stub
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"service": "laravel.test",
"workspaceFolder": "/var/www/html",
"settings": {},
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -15,7 +14,8 @@
// "ryannaddy.laravel-artisan",
// "onecentlin.laravel5-snippets",
// "onecentlin.laravel-blade"
]
],
"settings": {}
}
},
"remoteUser": "sail",
Expand Down

0 comments on commit 65dc055

Please sign in to comment.