Skip to content

fix: remove TypeScript from ExtensionSuggestions#82125

Merged
mjbvz merged 2 commits intomicrosoft:masterfrom
jsjoeio:jsjoeio/remove-ts-welcome
Oct 8, 2019
Merged

fix: remove TypeScript from ExtensionSuggestions#82125
mjbvz merged 2 commits intomicrosoft:masterfrom
jsjoeio:jsjoeio/remove-ts-welcome

Conversation

@jsjoeio
Copy link
Contributor

@jsjoeio jsjoeio commented Oct 8, 2019

This PR resolves #82053

Changes

  • removes (comment out) the TypeScript section on the Welcome Page

Screenshot

Screen Shot 2019-10-08 at 2 56 09 PM

Additional Context

Originally, the Welcome page suggested users working with TypeScript install the TSLint extension. However, the TSLint extension is being deprecated in favor of ESLint. Instead of recommending ESLint, @mjbvz suggested dropping the TypeScript section altogether for now.

const extensionPacks: ExtensionSuggestion[] = [
{ name: localize('welcomePage.javaScript', "JavaScript"), id: 'dbaeumer.vscode-eslint' },
{ name: localize('welcomePage.typeScript', "TypeScript"), id: 'ms-vscode.vscode-typescript-tslint-plugin' },
// { name: localize('welcomePage.typeScript', "TypeScript"), id: 'ms-vscode.vscode-typescript-tslint-plugin' },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please just delete this line instead. No reason to keep it around

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing!

@mjbvz mjbvz added this to the October 2019 milestone Oct 8, 2019
@mjbvz mjbvz merged commit 90b66c8 into microsoft:master Oct 8, 2019
@mjbvz
Copy link
Collaborator

mjbvz commented Oct 8, 2019

Thanks!

@jsjoeio jsjoeio deleted the jsjoeio/remove-ts-welcome branch October 8, 2019 23:41
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace TSLint with ESLint in ExtensionPack Suggestion on Welcome

2 participants