Skip to content

TSServer protoco.d.ts refers to types from typescriptServices #11482

@dbaeumer

Description

@dbaeumer

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

No one assigned

    Labels

    FixedA PR has been merged for this issueInfrastructureIssue relates to TypeScript team infrastructureSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions