Skip to content

Commit 2426bd4

Browse files
committed
Fix recommended tsl-problem-matcher id
- Also replace tslint with eslint recommended extension Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 9ee4c29 commit 2426bd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
6-
"eg2.tslint",
6+
"dbaeumer.vscode-eslint",
77
"EditorConfig.EditorConfig",
8-
"eamodio.tsl-problem-matcher"
8+
"amodio.tsl-problem-matcher"
99
]
10-
}
10+
}

0 commit comments

Comments
 (0)