Fix path to zed languages
This commit is contained in:
parent
1184de64d5
commit
76426ee7d3
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ async fn watch_languages(fs: Arc<dyn fs::Fs>, languages: Arc<LanguageRegistry>)
|
||||||
|
|
||||||
let mut events = fs
|
let mut events = fs
|
||||||
.watch(
|
.watch(
|
||||||
"crates/zed2/src/languages".as_ref(),
|
"crates/zed/src/languages".as_ref(),
|
||||||
Duration::from_millis(100),
|
Duration::from_millis(100),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue