馃攷 Search Terms
LSP flag command
馃晽 Version & Regression Information
Testing on TypeScript version 7.0.2. This is the first version of TypeScript 7 that I've tried.
馃檨 Actual behavior
It's surprisingly hard to find out what the command to run the new built-in LSP server is.
It's not mentioned in tsc --help or tsc --help --all.
How was I meant to find out, using official material, that the command is tsc --lsp --stdio?
馃檪 Expected behavior
--lsp should be mentioned in tsc --help's output.
馃攷 Search Terms
LSP flag command
馃晽 Version & Regression Information
Testing on TypeScript version 7.0.2. This is the first version of TypeScript 7 that I've tried.
馃檨 Actual behavior
It's surprisingly hard to find out what the command to run the new built-in LSP server is.
It's not mentioned in
tsc --helportsc --help --all.How was I meant to find out, using official material, that the command is
tsc --lsp --stdio?馃檪 Expected behavior
--lspshould be mentioned intsc --help's output.