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
- Host: GitHub
- URL: https://github.com/angelodlfrtr/vscode-eslint-server-nix-flake
- Owner: angelodlfrtr
- Created: 2024-10-16T23:21:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T10:28:53.000Z (8 months ago)
- Last Synced: 2025-01-02T05:29:36.459Z (5 months ago)
- Language: Nix
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 }
```