Skip to content

Fix diagnostics issue after saving unsaved-but-named buffer#1810

Merged
dbaeumer merged 1 commit into
mainfrom
dbaeumer/delicate-tick-maroon
Jun 26, 2026
Merged

Fix diagnostics issue after saving unsaved-but-named buffer#1810
dbaeumer merged 1 commit into
mainfrom
dbaeumer/delicate-tick-maroon

Conversation

@dbaeumer

Copy link
Copy Markdown
Member

Addressed the issue where diagnostics were requested after saving an unsaved-but-named buffer, resulting in an error due to no project being found for the URI. The changes introduce a new notification event system to handle the sending of notifications more gracefully, ensuring that the server can process requests correctly.

Fixes #1797

@dbaeumer
dbaeumer enabled auto-merge (squash) June 26, 2026 15:49
@dbaeumer
dbaeumer merged commit c3d6a76 into main Jun 26, 2026
7 checks passed
@dbaeumer
dbaeumer deleted the dbaeumer/delicate-tick-maroon branch June 26, 2026 16:40
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.

Diagnostics requested after saving unsaved-but-named buffer

2 participants