Return proper items on workspace restoration.
co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
106064c734
commit
0c6f103899
4 changed files with 243 additions and 135 deletions
|
@ -729,6 +729,10 @@ async fn handle_cli_connection(
|
|||
for (item, path) in items.into_iter().zip(&paths) {
|
||||
match item {
|
||||
Some(Ok(item)) => {
|
||||
log::info!("UPDATED ITEMS: {:?}", item);
|
||||
log::info!(
|
||||
"caret_positions: {caret_positions:?}, path: {path:?}",
|
||||
);
|
||||
if let Some(point) = caret_positions.remove(path) {
|
||||
// TODO kb does not work
|
||||
log::info!("@@@@@@@@ {path:?}@{point:?}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue