Skip to content

Commit e5d880e

Browse files
committed
add vscode recommendations
1 parent 0af8fe2 commit e5d880e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ yarn-error.log
55
.phpunit.result.cache
66
.DS_Store
77
testingdb
8-
.vscode
98
.env
109
.auth/
1110
artifacts/

.vscode/extensions.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
5+
// List of extensions which should be recommended for users of this workspace.
6+
"recommendations": [
7+
"shevaua.phpcs",
8+
"sbenp.prettier-vscode"
9+
],
10+
11+
}

0 commit comments

Comments
 (0)