Skip to content

Commit

Permalink
Use non-broken link to protocol/commandTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahape authored Aug 1, 2023
1 parent c71e2dd commit 889d4c7
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 889d4c7

Please sign in to comment.