Skip to content

[Insiders] Intelli Sense fails for TypeScript #22996

@lafe

Description

@lafe
  • VSCode Version: 1.11.0-insider (Commit 32942fd... from 2017-03-22T07:11:40)
  • OS Version: Windows Server 2008 R2

Steps to Reproduce:

  1. Open Visual Studio Code Insiders
  2. Open TypeScript file
  3. Try to get Intelli Sense information for a variable
  4. You only get a list of "known" variables but not type specific Intelli Sense

Output-Tab shows the following issue:

[Error - 9:18:11 AM] 'quickinfo' request failed with error.
Error processing request. Mismatched request id, expected undefined, actual 60
Error: Mismatched request id, expected undefined, actual 60
    at Object.resetRequest (c:\Entwicklung\<Project>\node_modules\typescript\lib\cancellationToken.js:57:27)
    at IOSession.Session.resetCurrentRequest (c:\Entwicklung\<Project>\node_modules\typescript\lib\tsserver.js:73291:40)
    at IOSession.Session.executeWithRequestId (c:\Entwicklung\<Project>\node_modules\typescript\lib\tsserver.js:73299:26)
    at IOSession.Session.executeCommand (c:\Entwicklung\<Project>\node_modules\typescript\lib\tsserver.js:73305:33)
    at IOSession.Session.onMessage (c:\Entwicklung\<Project>\node_modules\typescript\lib\tsserver.js:73325:35)
    at Interface.<anonymous> (c:\Entwicklung\<Project>\node_modules\typescript\lib\tsserver.js:74477:27)
    at emitOne (events.js:96:13)
    at Interface.emit (events.js:188:7)
    at Interface._onLine (readline.js:232:10)
    at Interface.<anonymous> (readline.js:365:12)

The project uses TypeScript 2.2.1 and Visual Studio Code has been configured to use the workspace version of TypeScript instead of the built-in version. The identical project worked with yesterdays Insiders build and still works with the current stable build. Switching from the Workspace TypeScript to the built-in TypeScript fixes the issue as well.
`

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugtypescriptTypescript support issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions