Skip to content

Commit

Permalink
fix: extension not working on windows (#57)
Browse files Browse the repository at this point in the history
* feat: refactor for redability

* fix: windows absolute path not converted correctly, use relative path instead

* chore: fix clippy issue
  • Loading branch information
luckydye authored Oct 19, 2024
1 parent 4d6a260 commit aa9a622
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 88 deletions.
89 changes: 48 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edition = "2021"
license = "MIT"
name = "zed_biome"
publish = false
version = "0.1.2"
version = "0.1.3"

[lib]
crate-type = ["cdylib"]
Expand All @@ -13,4 +13,4 @@ path = "src/biome.rs"
log = "0.4.21"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
zed_extension_api = "0.0.6"
zed_extension_api = "0.1.0"
Loading

0 comments on commit aa9a622

Please sign in to comment.