refine batched anchor conversions
co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
1474429271
commit
43e301eeef
3 changed files with 30 additions and 23 deletions
|
@ -2870,10 +2870,8 @@ impl Project {
|
|||
if let Some(LanguageServerState::Running { watched_paths, .. }) =
|
||||
self.language_servers.get_mut(&language_server_id)
|
||||
{
|
||||
eprintln!("change watch");
|
||||
let mut builders = HashMap::default();
|
||||
for watcher in params.watchers {
|
||||
eprintln!(" {}", watcher.glob_pattern);
|
||||
for worktree in &self.worktrees {
|
||||
if let Some(worktree) = worktree.upgrade(cx) {
|
||||
let worktree = worktree.read(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue