Allow copy-pasting dev-server-token (#11992)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-05-17 16:41:46 -06:00 committed by GitHub
parent 84affa96ff
commit 1f611a9c90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 184 additions and 44 deletions

View file

@ -440,7 +440,7 @@ impl AssistantChat {
Markdown::new(
text,
self.markdown_style.clone(),
self.language_registry.clone(),
Some(self.language_registry.clone()),
cx,
)
});
@ -573,7 +573,7 @@ impl AssistantChat {
Markdown::new(
"".into(),
this.markdown_style.clone(),
this.language_registry.clone(),
Some(this.language_registry.clone()),
cx,
)
}),
@ -667,7 +667,7 @@ impl AssistantChat {
Markdown::new(
"".into(),
self.markdown_style.clone(),
self.language_registry.clone(),
Some(self.language_registry.clone()),
cx,
)
}),
@ -683,7 +683,7 @@ impl AssistantChat {
Markdown::new(
"".into(),
self.markdown_style.clone(),
self.language_registry.clone(),
Some(self.language_registry.clone()),
cx,
)
}),