Skip to content

Prevent concurrency-related errors when saving server-side files when source control is enabled#1637

Merged
isc-bsaviano merged 1 commit intointersystems-community:masterfrom
isc-bsaviano:fix-1632
Sep 2, 2025
Merged

Prevent concurrency-related errors when saving server-side files when source control is enabled#1637
isc-bsaviano merged 1 commit intointersystems-community:masterfrom
isc-bsaviano:fix-1632

Conversation

@isc-bsaviano
Copy link
Copy Markdown
Contributor

This PR fixes #1632. I don't love making the post-save compilation a blocking part of our writeFile() implementation, but VS Code's file system probing can cause errors when a document is being compiled post-save. This seems to be the best way to eliminate those errors, even if conceptually the save and compile are separate.

@isc-bsaviano
Copy link
Copy Markdown
Contributor Author

Thanks for the approval. I'm going to let Evan and his team play with this for another few days before merging.

@isc-bsaviano isc-bsaviano merged commit 8e1c5ad into intersystems-community:master Sep 2, 2025
5 checks passed
@isc-bsaviano isc-bsaviano deleted the fix-1632 branch September 2, 2025 11:04
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.

Spurious Compilation Errors Using Embedded Source Control with VS Code

3 participants