- compile
testaustime-lsusingcargo build --release -p testaustime-ls - copy it to $PATH
- install this extension using
zed: install dev extensionand then choose the folder with this README.md file
installation procedure will be improved once support for codeberg is added to cargo-dist
axodotdev/cargo-dist#1781
zed config.json
the logs can be seen using dev: open language server logs
{ "lsp": { "testaustime": { "settings": { "api_key": "", "api_base_url": "", // optional, include protocol if used "debug_logs": false, // optional }, }, }, }