|
| 1 | +// https://aka.ms/devcontainer.json |
| 2 | +{ |
| 3 | + "name": "Existing Docker Compose (Extend)", |
| 4 | + "dockerComposeFile": [ |
| 5 | + "../docker-compose.yml" |
| 6 | + ], |
| 7 | + "features": { |
| 8 | + "ghcr.io/devcontainers/features/sshd:1": { |
| 9 | + "version": "latest" |
| 10 | + } |
| 11 | + }, |
| 12 | + "service": "laravel.test", |
| 13 | + "workspaceFolder": "/var/www/html", |
| 14 | + "customizations": { |
| 15 | + "vscode": { |
| 16 | + "settings": {}, |
| 17 | + "extensions": [ |
| 18 | + "aaron-bond.better-comments", |
| 19 | + "adrianwilczynski.alpine-js-intellisense", |
| 20 | + "amiralizadeh9480.laravel-extra-intellisense", |
| 21 | + "austenc.laravel-blade-spacer", |
| 22 | + "beyondcode.tinkerwell", |
| 23 | + "bmewburn.vscode-intelephense-client", |
| 24 | + "bradlc.vscode-tailwindcss", |
| 25 | + "christian-kohler.npm-intellisense", |
| 26 | + "christian-kohler.path-intellisense", |
| 27 | + "cierra.livewire-vscode", |
| 28 | + "codingyu.laravel-goto-view", |
| 29 | + "davidanson.vscode-markdownlint", |
| 30 | + "davidbwaters.macos-modern-theme", |
| 31 | + "eamodio.gitlens", |
| 32 | + |
| 33 | + "editorconfig.editorconfig", |
| 34 | + "ericcheng.codesongclear", |
| 35 | + "faelv.composer-companion", |
| 36 | + "file-icons.file-icons", |
| 37 | + "foxundermoon.shell-format", |
| 38 | + "georgykurian.laravel-ide-helper", |
| 39 | + "github.codespaces", |
| 40 | + "GitHub.copilot-chat", |
| 41 | + "GitHub.copilot-nightly", |
| 42 | + "github.vscode-github-actions", |
| 43 | + "github.vscode-pull-request-github", |
| 44 | + "Gruntfuggly.activitusbar", |
| 45 | + "heissenbergerlab.php-array-from-json", |
| 46 | + "heybourn.headwind", |
| 47 | + "huibizhang.codesnap-plus", |
| 48 | + "irongeek.vscode-env", |
| 49 | + "kencocaceo.customvscodeuicss", |
| 50 | + "m4ns0ur.base64", |
| 51 | + "maciejdems.add-to-gitignore", |
| 52 | + "mahmoudshahin.laravel-routes", |
| 53 | + "markis.code-coverage", |
| 54 | + "martybegood.single-editor-tabs", |
| 55 | + "mechatroner.rainbow-csv", |
| 56 | + "mehedidracula.php-namespace-resolver", |
| 57 | + "mhutchie.git-graph", |
| 58 | + "mikestead.dotenv", |
| 59 | + "mohamedbenhida.laravel-intellisense", |
| 60 | + "mrmlnc.vscode-duplicate", |
| 61 | + "naoray.laravel-goto-components", |
| 62 | + "oderwat.indent-rainbow", |
| 63 | + "pcbowers.alpine-intellisense", |
| 64 | + "recca0120.vscode-phpunit", |
| 65 | + "redhat.vscode-yaml", |
| 66 | + "rifi2k.format-html-in-php", |
| 67 | + "shevaua.phpcs", |
| 68 | + "shufo.vscode-blade-formatter", |
| 69 | + "sperovita.alpinejs-syntax-highlight", |
| 70 | + "streetsidesoftware.code-spell-checker", |
| 71 | + "syler.ignore", |
| 72 | + "teabyii.ayu", |
| 73 | + "usernamehw.errorlens", |
| 74 | + "vincaslt.highlight-matching-tag", |
| 75 | + "WakaTime.vscode-wakatime", |
| 76 | + "withfig.fig", |
| 77 | + "wongjn.php-sniffer", |
| 78 | + "xdebug.php-debug", |
| 79 | + "codecov.codecov" |
| 80 | + ] |
| 81 | + } |
| 82 | + }, |
| 83 | + "remoteUser": "sail", |
| 84 | + "postCreateCommand": "sudo chown -R 1000:1000 /var/www/html", |
| 85 | + // "forwardPorts": [ |
| 86 | + // ], |
| 87 | + // "portsAttributes": { |
| 88 | + // }, |
| 89 | + "mounts": [ |
| 90 | + "source=${localEnv:HOME}/.wakatime.cfg,target=/home/sail/.wakatime.cfg,type=bind,consistency=delegated" |
| 91 | + ] |
| 92 | + // "runServices": [], |
| 93 | + // "shutdownAction": "none", |
| 94 | +} |
0 commit comments