-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueInfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructureSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
TypeScript Version: 2.0.6-insider
Code
The protocol.d.ts file refers to types from typeScriptServices. Since we pull the protocol.d.ts into VSCode to program against the proper version of the protocol the file should be fully self contained (the file is basically a specification). Types I recognized are missing:
TodoCommentDescriptor, EditorSettings, ScriptKind, TypingOptions, CompilerOptions, ts.TextChange,
ts.FormatCodeOptions
There is one additional type that is incorrectly referenced protocol.ProjectVersionInfo. Should only be ProjectVersionInfo
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueInfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructureSuggestionAn idea for TypeScriptAn idea for TypeScript