Skip to content

Commit

Permalink
📝 Add document about VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 27, 2023
1 parent be626b7 commit 531b41f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/resources/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,18 @@ command = "zathura-language-server"
}
}
```

## [Visual Studio Code](https://code.visualstudio.com/)

[An official support of generic LSP client is pending](https://github.com/microsoft/vscode/issues/137885).

### [vscode-glspc](https://gitlab.com/ruilvo/vscode-glspc)

`~/.config/Code/User/settings.json`:

```json
{
"glspc.serverPath": "zathura-language-server",
"glspc.languageId": "zathurarc"
}
```

0 comments on commit 531b41f

Please sign in to comment.