No description
Find a file
2025-12-24 00:53:12 +02:00
shared feat: working extension 2025-12-23 23:38:48 +02:00
src fix: cargo clippy issues 2025-12-23 23:40:03 +02:00
testaustime-ls feat: working extension 2025-12-23 23:38:48 +02:00
.gitignore feat: extension that can be installed 2025-12-23 01:03:04 +02:00
Cargo.lock feat: working extension 2025-12-23 23:38:48 +02:00
Cargo.toml feat: working extension 2025-12-23 23:38:48 +02:00
extension.toml feat: working extension 2025-12-23 23:38:48 +02:00
LICENSE Initial commit 2025-12-22 15:48:56 +01:00
README.md feat: configuration instructions 2025-12-24 00:53:12 +02:00

testaustime-zed

installation

  1. compile testaustime-ls using cargo build --release -p testaustime-ls
  2. copy it to $PATH
  3. install this extension using zed: install dev extension and 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