Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation should be updated for Typings now that TSD is deprecated. #181

Closed
egamma opened this issue Feb 25, 2016 · 5 comments
Closed
Assignees

Comments

@egamma
Copy link
Member

egamma commented Feb 25, 2016

From @Elusive138 on February 22, 2016 6:16

The VS Code documentation still contains instructions for TSD: https://code.visualstudio.com/Docs/runtimes/nodejs

TSD is now deprecated and listed as such (warning on install) on npm: DefinitelyTyped/tsd#269

Typings is the replacement.

VS Code's documentation probably should probably be updated to reflect this change.

Copied from original issue: microsoft/vscode#3225

@egamma
Copy link
Member Author

egamma commented Feb 25, 2016

From @jpierson on February 24, 2016 22:14

Is there any compatibilities using typings instead of TSD with VSCode?

@egamma
Copy link
Member Author

egamma commented Feb 25, 2016

I spent some time on this and using 'typings install --ambient xxx' is the backward compatible way to do this.

We should do this change to:

moving to vscode-docs.

@BobVul
Copy link

BobVul commented Feb 26, 2016

Couple of bugs:

/docs/runtimes/nodejs.md:82 link to DefinitelyTyped repo has a typo in the org name (DefinitelyType) resulting in a broken link

/release-notes/latest.md:46 tip for installing react-global is missing the --ambient flag and won't work

@gregvanl
Copy link

Thanks for catching this (said sheepishly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants