Fix recommended extensions

This commit is contained in:
shati-patel
2021-10-29 14:42:33 +01:00
committed by Shati Patel
parent 8317f39459
commit 31dc11ed73

View File

@@ -3,7 +3,7 @@
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"eamodio.tsl-problem-matcher",
"amodio.tsl-problem-matcher",
"dbaeumer.vscode-eslint",
"eternalphane.tsfmt-vscode"
],