Fix extension name

Signed-off-by: Vit Gottwald <vit.gottwald@gmail.com>
This commit is contained in:
Vit Gottwald
2021-11-13 20:16:10 +01:00
parent 116b0aa1ad
commit cf2d424104

View File

@ -1,10 +1,9 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher"
"amodio.tsl-problem-matcher"
]
}