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

Random devtools errors #28501

Closed
pocesar opened this issue Jun 12, 2017 · 3 comments
Closed

Random devtools errors #28501

pocesar opened this issue Jun 12, 2017 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues verified Verification succeeded
Milestone

Comments

@pocesar
Copy link

pocesar commented Jun 12, 2017

  • VSCode Version: 1cc8f3c
  • OS Version: Windows 10 x64

image

image

those errors are stacking up and I don't know how to reproduce them, and everytime I type ìmportthe error message: 'Cannot find name 'impor'` appears. Also using TS 2.4 dev nightly

@mjbvz mjbvz self-assigned this Jun 12, 2017
@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues labels Jun 12, 2017
@mjbvz mjbvz added this to the June 2017 milestone Jun 12, 2017
@mjbvz mjbvz closed this as completed in 01fa0b8 Jun 12, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Jun 12, 2017

I've believe I fixed the cancellation errors. Can you try out the next insiders build and let me know if you still see the other TS errors being reported

@roblourens
Copy link
Member

@mjbvz Any way to verify this? Or we can just talk through it briefly tomorrow.

@mjbvz
Copy link
Collaborator

mjbvz commented Jun 30, 2017

Try:

  1. In a fresh vscode instance (or after a reload)
  2. Open an the vscode repo and open a ts file in there
  3. Quickly trigger suggestions and then press esc to dismiss the suggestion widget

That should trigger a cancellation request against the tsserver. Try triggering several cancellations before the tsserver loads. Then check the dev tools console to make sure no weird errors were logged

@roblourens roblourens added the verified Verification succeeded label Jun 30, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants