Improve lsp log viewer's behavior in the presence of LSP restarts
Improve settings interface to local LSP
This commit is contained in:
parent
02a85b1252
commit
052cb459a6
6 changed files with 71 additions and 15 deletions
|
@ -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"]
|
||||
// }
|
||||
// },
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue