Remove unused tree-sitter-c-sharp dependency #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Low
Cargo.tomlline 47 declarestree-sitter-c-sharp = "0.23"but the tree-sitter adapter only hasrust/mod.rsandpython/mod.rs— no C# extractor exists.This adds compile time and binary size for nothing. The README marks C# as "planned", but the dep should not be pulled until there's code using it.