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
In powershell: Copy-Item C:\<...>\typescript\public\built\local\tsserver.js C:\Users\<username>\AppData\Local\Code\app-0.5.0\resources\app\plugins\vs.language.typescript\lib\tsserver.js
Open up vs code. Hover over several items to get quickinfo. After a few requests, the language service writes Loading... on each hover.
On occasion, the language service was busted immediately (on the first hover), but I'm having trouble reproducing it consistently.
The source file I've been inspecting is src\services\services.ts.
This error doesn't appear to occur in Visual Studio. So it may or may not be a bug on our side.
The text was updated successfully, but these errors were encountered:
Tested at commit c27b379 and 01244d6 .
To reproduce:
Build typescript (
jake local
).In powershell:
Copy-Item C:\<...>\typescript\public\built\local\tsserver.js C:\Users\<username>\AppData\Local\Code\app-0.5.0\resources\app\plugins\vs.language.typescript\lib\tsserver.js
Open up vs code. Hover over several items to get quickinfo. After a few requests, the language service writes
Loading...
on each hover.On occasion, the language service was busted immediately (on the first hover), but I'm having trouble reproducing it consistently.
The source file I've been inspecting is
src\services\services.ts
.This error doesn't appear to occur in Visual Studio. So it may or may not be a bug on our side.
The text was updated successfully, but these errors were encountered: