Skip to content

fix: remove TypeScript from ExtensionSuggestions - #82125

Merged
Matt Bierner (mjbvz) merged 2 commits into
microsoft:masterfrom
jsjoeio:jsjoeio/remove-ts-welcome
Oct 8, 2019
Merged

fix: remove TypeScript from ExtensionSuggestions#82125
Matt Bierner (mjbvz) merged 2 commits into
microsoft:masterfrom
jsjoeio:jsjoeio/remove-ts-welcome

Conversation

@jsjoeio

Copy link
Copy Markdown
Contributor

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, Matt Bierner (@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
Copy Markdown
Contributor

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
Copy Markdown
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 Matt Bierner (mjbvz) added this to the October 2019 milestone Oct 8, 2019
@mjbvz
Matt Bierner (mjbvz) merged commit 90b66c8 into microsoft:master Oct 8, 2019
@mjbvz

Copy link
Copy Markdown
Contributor

Thanks!

@jsjoeio
Joe Previte (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