Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Sep 3, 2024
1 parent df61d57 commit 99a89d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sphinx/remote-lsp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ You can simulate a remote LSP with the following script:
$ mkfifo /tmp/somewhere # possibly in a directory resulting from `mktemp -d`
$ nc -l 8000 < /tmp/somewhere | superbol-free lsp > /tmp/somewhere
```

Once this is running, you can enter `tcp://localhost:8000` in the `superbol.lsp-path` configuration setting. SuperBOL Studio will then rely on this LSP server instead of a binary that is bundled in the extension.
Note: this "made up" remote server terminates once the first connection is closed.

0 comments on commit 99a89d4

Please sign in to comment.