Skip to content

Conversation

@tartarughina
Copy link
Collaborator

Address #167

When the environmental variable XDG_CACHE_HOME is set, it takes precedence over the cache path rooted at HOME

let canonical_lombok_jar_path = path_to_string(current_dir.join(lombok_jar_path))?;

Some(format!("-javaagent:{}", canonical_lombok_jar_path))
Some(format!("-javaagent:{canonical_lombok_jar_path}"))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Result of cargo clippy

Copy link

@danth danth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can confirm this works as expected. Code LGTM too.

Copy link
Collaborator

@playdohface playdohface left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good and makes sense, thanks as always :)

@tartarughina tartarughina merged commit 0b98d6d into zed-extensions:main Dec 31, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants