Skip to content

Commit 90b66c8

Browse files
jsjoeiomjbvz
authored andcommitted
fix: remove TypeScript from ExtensionSuggestions (microsoft#82125)
* fix: remove TypeScript from ExtensionSuggestions * fix: remove TS ExtensionSuggestion completely
1 parent 8f3b739 commit 90b66c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/vs/workbench/contrib/welcome/page/browser/welcomePage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ interface ExtensionSuggestion {
146146

147147
const extensionPacks: ExtensionSuggestion[] = [
148148
{ name: localize('welcomePage.javaScript', "JavaScript"), id: 'dbaeumer.vscode-eslint' },
149-
{ name: localize('welcomePage.typeScript', "TypeScript"), id: 'ms-vscode.vscode-typescript-tslint-plugin' },
150149
{ name: localize('welcomePage.python', "Python"), id: 'ms-python.python' },
151150
// { name: localize('welcomePage.go', "Go"), id: 'lukehoban.go' },
152151
{ name: localize('welcomePage.php', "PHP"), id: 'felixfbecker.php-pack' },

0 commit comments

Comments
 (0)