Skip to content

bugfix: fix error on newfile when not on branch - #14

Merged
C-Hipple merged 1 commit into
mainfrom
bugfix/handle-unfound-files
Oct 21, 2025
Merged

bugfix: fix error on newfile when not on branch#14
C-Hipple merged 1 commit into
mainfrom
bugfix/handle-unfound-files

Conversation

@C-Hipple

Copy link
Copy Markdown
Owner

check before unwrap on open readtext

Comment thread src/server.rs
// these_params.text_document.text
);
backend.did_open(&these_params);
let text_result = fs::read_to_string(&full_path);

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol rust

@C-Hipple
C-Hipple merged commit d421dfc into main Oct 21, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant