Skip to content

Conversation

@billti
Copy link
Member

@billti billti commented Mar 2, 2017

Partial fix for issue #1464. (Still need to figure out why later versions of TypeScript break)

Basically on VS 2015 the TypeScript editor only takes over if "Preview" mode of intellisense is enabled. With #1255 this setting got removed, so the setting is never enabled (but is still present if you happened to upgrade from earlier versions). This effectively brakes intellisense as the old analyse engine has been removed already.

This simple fix just ensures it is always present on VS 2015. I tested this gets set as soon as you open any NTVS project, or the Tools / Options dialog.

cc @paulvanbrenk @mjbvz

@billti billti merged commit bd80ced into master Mar 2, 2017
@billti billti deleted the fix1464 branch March 3, 2017 00:18
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

Successfully merging this pull request may close these issues.

4 participants