Skip to content

Is it possible to update VS 2015 language service? #1615

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

Closed
ctaggart opened this issue Jan 8, 2015 · 4 comments
Closed

Is it possible to update VS 2015 language service? #1615

ctaggart opened this issue Jan 8, 2015 · 4 comments
Labels
Question An issue which isn't directly actionable in code

Comments

@ctaggart
Copy link
Contributor

ctaggart commented Jan 8, 2015

It it possible to update the VS 2015 Preview language service somehow so that it works with typescript.d.ts built from master? Right now, it is show errors for everything with const, but more importantly CompilerOptions.option causes cascading errors where I am unable to use the const enums below it. Notice the errors for ScriptTarget and ModuleKind.

image

My work-a-round right now is to comment out the CompilerOptions [option: string]: string | number | boolean; line. Is that a new construct?

image

@basarat
Copy link
Contributor

basarat commented Jan 8, 2015

@basarat
Copy link
Contributor

basarat commented Jan 8, 2015

@ctaggart you might want to clone : https://github.com/TypeStrong/tscs as I did some stuff to play around with the new compiler API with a nice workflow

@ctaggart
Copy link
Contributor Author

ctaggart commented Jan 8, 2015

@basarat will definitely check that out! Thanks for a link to the instructions. They worked, but now I've run into issue #1597 I believe:
image

Here are the steps I did:

git pull
jake LKG
npm install -g
explorer built\local
  • copy typescriptServices.js to
    C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TypeScript

@ctaggart
Copy link
Contributor Author

ctaggart commented Jan 8, 2015

Don't forget to copy the tsc.js too:

  • Copy tsc.js to C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.1

@ctaggart ctaggart closed this as completed Jan 8, 2015
@RyanCavanaugh RyanCavanaugh added the Question An issue which isn't directly actionable in code label Jan 8, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Question An issue which isn't directly actionable in code
Projects
None yet
Development

No branches or pull requests

3 participants