No description
- Rust 100%
| shared | ||
| src | ||
| testaustime-ls | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| extension.toml | ||
| LICENSE | ||
| README.md | ||
testaustime-zed
installation
- 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
https://github.com/axodotdev/cargo-dist/issues/1781
configuration
zed config.json
{
"lsp": {
"testaustime": {
"settings": {
"api_key": "",
"api_base_url": "", // optional, include protocol if used
"debug_logs": false, // optional
},
},
},
}
view debug_logs
the logs can be seen using dev: open language server logs