Skip to content

Commit 9dd7ffc

Browse files
authoredJul 27, 2021
Add more plugins
1 parent 42ebdae commit 9dd7ffc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎.devcontainer/devcontainer.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@
66
"service": "app",
77
"shutdownAction": "stopCompose",
88
"extensions": [
9-
"editorconfig.editorconfig"
9+
"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"
1019
],
1120
"settings": {
1221
"terminal.integrated.shell.linux": "/bin/bash"

0 commit comments

Comments
 (0)
Please sign in to comment.