Skip to content

Commit 889d4c7

Browse files
authoredAug 1, 2023
Use non-broken link to protocol/commandTypes
1 parent c71e2dd commit 889d4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Standalone-Server-(tsserver).md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Content-Length: 261
4545

4646
## Commands
4747

48-
`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).
48+
`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).
4949

5050
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`.
5151

0 commit comments

Comments
 (0)
Please sign in to comment.