You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy the typescriptService.js from a local node_modules to where VS is expecting it: C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TypeScript\
Start VS and try to open any typescript file
Observe a crash:
Workaround
Per fdecampredon#4
Fix the value of ts.servicesVersion from "0.4" to "0.5"
The text was updated successfully, but these errors were encountered:
Preview of early bits of TypeScript is in danger:
Problem
typescriptService.js
from a localnode_modules
to where VS is expecting it:C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TypeScript\
Workaround
Per fdecampredon#4
Fix the value of
ts.servicesVersion
from"0.4"
to"0.5"
The text was updated successfully, but these errors were encountered: