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 0af8fe2 commit e5d880eCopy full SHA for e5d880e
.gitignore
@@ -5,7 +5,6 @@ yarn-error.log
5
.phpunit.result.cache
6
.DS_Store
7
testingdb
8
-.vscode
9
.env
10
.auth/
11
artifacts/
.vscode/extensions.json
@@ -0,0 +1,11 @@
1
+{
2
+ // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3
+ // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4
+
+ // List of extensions which should be recommended for users of this workspace.
+ "recommendations": [
+ "shevaua.phpcs",
+ "sbenp.prettier-vscode"
+ ],
+}
0 commit comments