| Crates.io | thrift-ls |
| lib.rs | thrift-ls |
| version | 0.1.6 |
| created_at | 2025-03-22 11:48:46.93647+00 |
| updated_at | 2025-04-16 16:53:39.518903+00 |
| description | A language server for Thrift. |
| homepage | |
| repository | https://github.com/ocfbnj/thrift-ls |
| max_upload_size | |
| id | 1601741 |
| size | 453,317 |
A Thrift language server.
This project contains two programs:
git clone https://github.com/ocfbnj/thrift-ls.git
cd thrift-ls
cargo build --release
Now you can find the binary in ./target/release/thrift-ls.Install wasm-pack and wasm-bindgen-cli
cargo install wasm-pack wasm-bindgen-cli
Install vsce
npm install -g @vscode/vsce
Build the VS Code extension
cd editors/code
npm install
npm run compile
vsce package
Now you can find the VS Code extension in ./thrift-ls-x.x.x.vsix.