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 6167bc3 commit 68b58f1Copy full SHA for 68b58f1
.gitignore
@@ -25,6 +25,7 @@ yarn-error.log
25
# VSCode
26
.vscode/*
27
!.vscode/settings.json
28
+!.vscode/extensions.json
29
30
# Docker
31
.docker/**/volumes
.vscode/extensions.json
@@ -0,0 +1,16 @@
1
+{
2
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
+ "recommendations": [
4
+ "mikestead.dotenv",
5
+ "laravel.vscode-laravel",
6
+ "sanjulaganepola.github-local-actions",
7
+ "shufo.vscode-blade-formatter",
8
+ "onecentlin.laravel-blade",
9
+ "codingyu.laravel-goto-view",
10
+ "amiralizadeh9480.laravel-extra-intellisense",
11
+ "naoray.laravel-goto-components",
12
+ "pgl.laravel-jump-controller",
13
+ "editorconfig.editorconfig",
14
+ "davidanson.vscode-markdownlint"
15
+ ]
16
+}
0 commit comments