An open API service indexing awesome lists of open source software.

https://github.com/angelodlfrtr/vscode-eslint-server-nix-flake


https://github.com/angelodlfrtr/vscode-eslint-server-nix-flake

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Microsoft vscode-eslint as lsp server flake

This flake is intended to use with helix.

d1b62dfd90f5929f54fd3a551a2b985b4cf1cdf5 - Support probing Astro (#1795) -> Working

Stop working at 2c3d198cc648005f8cf5ca64476b8f2da8fa0205 - Convert to pull model diagnostics and improve flat config support (#1799)

## Helix languages.toml config :

**Must use abs path to call lsp server (dont know why).**

```toml
[language-server.eslint]
command = "/nix/store/.../bin/vscode-eslint-server"
args = ["--stdio"]

[language-server.eslint.config]
nodePath = ""
quiet = false
rulesCustomizations = []
run = "onType"
validate = "on"
experimental = {}
problems = { shortenToSingleLine = false }
```