Chris Montrois

Results 1 issues of Chris Montrois

Is there a way to set the `--canUseWatchEvents` flag when [starting tsserver](https://github.com/microsoft/TypeScript/blob/main/src/tsserver/server.ts#L48)? I've tried passing it as a command line arg to typescript-language-server in my Neovim LSP config: ``` vim.lsp.config('ts_ls',...

enhancement