Skip to content

Commit

Permalink
docs: add config for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
llllvvuu committed Sep 6, 2023
1 parent e70ce88 commit 7358208
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,18 @@ language-servers = [
]
```

### Configuration for [VSCode](https://github.com/microsoft/vscode)
[Generic LSP Client for VSCode](https://github.com/llllvvuu/vscode-glspc)

Example `settings.json` (change to fit your local installs):
```json
{
"glspc.languageId": "lua",
"glspc.serverCommand": "/Users/me/.local/share/nvim/mason/bin/efm-langserver",
"glspc.pathPrepend": "/Users/me/.local/share/rtx/installs/python/3.11.4/bin:/Users/me/.local/share/rtx/installs/node/20.3.1/bin",
}
```

## Installation

```console
Expand Down

0 comments on commit 7358208

Please sign in to comment.