file://
This commit is contained in:
parent
365b5aa31d
commit
c5a74235f9
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ impl AcpThreadView {
|
||||||
if let Some(abs_path) = project.read(cx).absolute_path(&project_path, cx) {
|
if let Some(abs_path) = project.read(cx).absolute_path(&project_path, cx) {
|
||||||
let path_str = abs_path.display().to_string();
|
let path_str = abs_path.display().to_string();
|
||||||
chunks.push(acp::ContentBlock::ResourceLink(acp::ResourceLink {
|
chunks.push(acp::ContentBlock::ResourceLink(acp::ResourceLink {
|
||||||
uri: path_str.clone(),
|
uri: format!("file://{path_str}"),
|
||||||
name: path_str,
|
name: path_str,
|
||||||
annotations: None,
|
annotations: None,
|
||||||
description: None,
|
description: None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue