Skip to content

Commit

Permalink
client: update run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
samcowger committed Nov 13, 2024
1 parent b61c528 commit 7584f5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cn-lsp/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ the last step from VSCode's GUI:

Running CN requires that the client be able to find and run a CN language
server. [Our server's README](../server/README.md) has instructions for a basic
installation. If you want to control the exact server the client uses, these are
the locations the client will search (in order) for a server executable:
installation. In the client, you'll be prompted to select the opam switch you
created for the server. Your choice is preserved on a per-workspace basis, and
can be changed by editing your workspace settings. If you don't choose, the
client will search these locations (in order) for a server executable:
- The `CN_LSP_SERVER` environment variable
- On the current `PATH`, for an executable named `cn-lsp-server`

Expand Down

0 comments on commit 7584f5c

Please sign in to comment.