We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a31d1 commit 97cf86eCopy full SHA for 97cf86e
.devcontainer/devcontainer.json
@@ -22,5 +22,24 @@
22
"8080": {
23
"label": "PHPMyAdmin"
24
}
25
+ },
26
+ "customizations": {
27
+ "vscode": {
28
+ "extensions": [
29
+ "GitHub.copilot",
30
+ "GitHub.copilot-chat",
31
+ "lyn-inc.HTML-Speed-Viewer",
32
+ "oderwat.indent-rainbow",
33
+ "laravel.vscode-laravel",
34
+ "open-southeners.laravel-pint",
35
+ "shd101wyy.markdown-preview-enhanced",
36
+ "unifiedjs.vscode-mdx",
37
+ "Cardinal90.multi-cursor-case-preserve",
38
+ "bmewburn.vscode-intelephense-client",
39
+ "MehediDracula.php-namespace-resolver",
40
+ "fabiospampinato.vscode-todo-plus",
41
+ "AntiAntiSepticeye.vscode-color-picker"
42
+ ]
43
+ }
44
45
0 commit comments