We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ebdae commit 9dd7ffcCopy full SHA for 9dd7ffc
.devcontainer/devcontainer.json
@@ -6,7 +6,16 @@
6
"service": "app",
7
"shutdownAction": "stopCompose",
8
"extensions": [
9
- "editorconfig.editorconfig"
+ "editorconfig.editorconfig",
10
+ "ryannaddy.laravel-artisan",
11
+ "amiralizadeh9480.laravel-extra-intellisense",
12
+ "stef-k.laravel-goto-controller",
13
+ "codingyu.laravel-goto-view",
14
+ "mikestead.dotenv",
15
+ "eg2.tslint",
16
+ "christian-kohler.path-intellisense",
17
+ "esbenp.prettier-vscode",
18
+ "CoenraadS.bracket-pair-colorizer"
19
],
20
"settings": {
21
"terminal.integrated.shell.linux": "/bin/bash"
0 commit comments