Skip COMMIT_EDITMSG contents when opening the file (#24146)
This commit is contained in:
parent
225f0c4d12
commit
ea66a54cf8
9 changed files with 110 additions and 48 deletions
|
@ -5616,7 +5616,7 @@ impl LspStore {
|
|||
lsp_store
|
||||
.update(&mut cx, |lsp_store, cx| {
|
||||
lsp_store.buffer_store().update(cx, |buffer_store, cx| {
|
||||
buffer_store.open_buffer(project_path, cx)
|
||||
buffer_store.open_buffer(project_path, false, cx)
|
||||
})
|
||||
})?
|
||||
.await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue