Improve lsp log viewer's behavior in the presence of LSP restarts

Improve settings interface to local LSP
This commit is contained in:
Mikayla 2023-09-24 04:59:55 -07:00
parent 02a85b1252
commit 052cb459a6
No known key found for this signature in database
6 changed files with 71 additions and 15 deletions

View file

@ -384,11 +384,11 @@
// "next": "off"
// 2. Use a bundled version of the next Next LS LSP server
// "next": "on",
// 3. Use a locally running version of the next Next LS LSP server,
// on a specific port:
// 3. Use a local build of the next Next LS LSP server:
// "next": {
// "local": {
// "port": 4000
// "path": "~/next-ls/bin/start",
// "arguments": ["--stdio"]
// }
// },
//