Merge pull request #524 from VitGottwald/fix-extension-name

Fix extension name
This commit is contained in:
Martin Aeschlimann
2021-12-06 09:14:26 +01:00
committed by GitHub

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"
]
}