diff options
Diffstat (limited to 'lsp/tsp_server.lua')
| -rw-r--r-- | lsp/tsp_server.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lsp/tsp_server.lua b/lsp/tsp_server.lua index a81f6872..6e9b8d80 100644 --- a/lsp/tsp_server.lua +++ b/lsp/tsp_server.lua @@ -1,13 +1,13 @@ ---@brief --- --- https://github.com/microsoft/typespec --- --- The language server for TypeSpec, a language for defining cloud service APIs and shapes. --- --- `tsp-server` can be installed together with the typespec compiler via `npm`: --- ```sh --- npm install -g @typespec/compiler --- ``` +--- https://github.com/microsoft/typespec +--- +--- The language server for TypeSpec, a language for defining cloud service APIs and shapes. +--- +--- `tsp-server` can be installed together with the typespec compiler via `npm`: +--- ```sh +--- npm install -g @typespec/compiler +--- ``` return { cmd = { 'tsp-server', '--stdio' }, filetypes = { 'typespec' }, |
