Skip to content

Commit a175863

Browse files
authored
Updated dependencies.
1 parent 631bb7f commit a175863

File tree

7 files changed

+547
-4
lines changed

7 files changed

+547
-4
lines changed

.devcontainer/devcontainer.json

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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+
}

.vscode/extensions.json

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"recommendations": [
3+
"aaron-bond.better-comments",
4+
"adrianwilczynski.alpine-js-intellisense",
5+
"amiralizadeh9480.laravel-extra-intellisense",
6+
"austenc.laravel-blade-spacer",
7+
"beyondcode.tinkerwell",
8+
"bmewburn.vscode-intelephense-client",
9+
"bradlc.vscode-tailwindcss",
10+
"christian-kohler.npm-intellisense",
11+
"christian-kohler.path-intellisense",
12+
"cierra.livewire-vscode",
13+
"codingyu.laravel-goto-view",
14+
"davidanson.vscode-markdownlint",
15+
"davidbwaters.macos-modern-theme",
16+
"eamodio.gitlens",
17+
18+
"editorconfig.editorconfig",
19+
"ericcheng.codesongclear",
20+
"faelv.composer-companion",
21+
"file-icons.file-icons",
22+
"foxundermoon.shell-format",
23+
"georgykurian.laravel-ide-helper",
24+
"github.codespaces",
25+
"GitHub.copilot-chat",
26+
"GitHub.copilot-nightly",
27+
"github.vscode-github-actions",
28+
"github.vscode-pull-request-github",
29+
"Gruntfuggly.activitusbar",
30+
"heissenbergerlab.php-array-from-json",
31+
"heybourn.headwind",
32+
"huibizhang.codesnap-plus",
33+
"irongeek.vscode-env",
34+
"kencocaceo.customvscodeuicss",
35+
"m4ns0ur.base64",
36+
"maciejdems.add-to-gitignore",
37+
"mahmoudshahin.laravel-routes",
38+
"markis.code-coverage",
39+
"martybegood.single-editor-tabs",
40+
"mechatroner.rainbow-csv",
41+
"mehedidracula.php-namespace-resolver",
42+
"mhutchie.git-graph",
43+
"mikestead.dotenv",
44+
"mohamedbenhida.laravel-intellisense",
45+
"mrmlnc.vscode-duplicate",
46+
"naoray.laravel-goto-components",
47+
"oderwat.indent-rainbow",
48+
"pcbowers.alpine-intellisense",
49+
"recca0120.vscode-phpunit",
50+
"redhat.vscode-yaml",
51+
"rifi2k.format-html-in-php",
52+
"shevaua.phpcs",
53+
"shufo.vscode-blade-formatter",
54+
"sperovita.alpinejs-syntax-highlight",
55+
"streetsidesoftware.code-spell-checker",
56+
"syler.ignore",
57+
"teabyii.ayu",
58+
"usernamehw.errorlens",
59+
"vincaslt.highlight-matching-tag",
60+
"WakaTime.vscode-wakatime",
61+
"withfig.fig",
62+
"wongjn.php-sniffer",
63+
"xdebug.php-debug",
64+
"codecov.codecov"
65+
],
66+
"unwantedRecommendations": [
67+
"ikappas.phpcs",
68+
"linyang95.phpmd"
69+
]
70+
}

0 commit comments

Comments
 (0)