Skip to content

Commit

Permalink
Merge pull request #318 from ahape/main
Browse files Browse the repository at this point in the history
Use non-broken link to protocol/commandTypes
  • Loading branch information
DanielRosenwasser committed Sep 18, 2023
2 parents 7be75f9 + 889d4c7 commit c29d54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Standalone-Server-(tsserver).md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Content-Length: 261

## Commands

`tsserver` supports a set of commands. The full list of commands supported by the server can be found under [ts.server.protocol.CommandTypes](https://github.com/microsoft/TypeScript/blob/main/lib/tsserverlibrary.d.ts).
`tsserver` supports a set of commands. The full list of commands supported by the server can be found under [ts.server.protocol.CommandTypes](https://github.com/microsoft/TypeScript/blob/main/src/server/protocol.ts).

Each command is associated with a request and a response interface. For instance command `"completions"` corresponds to request interface `CompletionsRequest`, and response interface defined in `CompletionsResponse`.

Expand Down

0 comments on commit c29d54d

Please sign in to comment.