Skip to content

Commit

Permalink
Add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
MannikJ committed Aug 6, 2021
1 parent 7084d68 commit d8a5abb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
devcontainer.json
22 changes: 22 additions & 0 deletions .devcontainer/devcontainer.example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Laradock",
"dockerComposeFile": [
"../../laradock/docker-compose.yml"
],
"service": "workspace",
"workspaceFolder": "/var/www/laravel-wallet",
"extensions": [
"dotjoshjohnson.xml",
"ryu1kn.partial-diff",
"artdiniz.quitcontrol-vscode",
"emallin.phpunit",
"eamodio.gitlens",
"onecentlin.laravel-extension-pack",
"onecentlin.php-productive-pack",
"sdras.vue-vscode-extensionpack",
"fknop.vscode-npm",
"apility.beautify-blade"
],
"remoteUser": "laradock",
"shutdownAction": "none"
}

0 comments on commit d8a5abb

Please sign in to comment.