We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1396ea commit 81404e0Copy full SHA for 81404e0
.vscode/extensions.json
@@ -1,9 +1,5 @@
1
{
2
- // See http://go.microsoft.com/fwlink/?LinkId=827846
3
- // for the documentation about the extensions.json format
4
- "recommendations": [
5
- // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
6
- "esbenp.prettier-vscode",
7
- "eg2.tslint"
8
- ]
+ // See http://go.microsoft.com/fwlink/?LinkId=827846
+ // for the documentation about the extensions.json format
+ "recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
9
}
0 commit comments