https://github.com/ryan-haskell/elm-lsp
Exploring an elm/compiler based LSP server implementation
https://github.com/ryan-haskell/elm-lsp
Last synced: 9 months ago
JSON representation
Exploring an elm/compiler based LSP server implementation
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-lsp
- Owner: ryan-haskell
- Created: 2024-04-22T00:52:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T03:37:47.000Z (over 1 year ago)
- Last Synced: 2025-03-19T17:48:58.583Z (9 months ago)
- Language: Haskell
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-lsp
> Exploring a Haskell-based LSP server implementation
## Running locally
__Prerequisite:__ You'll need to install Haskell and Node.js
1. `npm install`
1. `npm run build`
1. Open VS Code, and run the debug task!