Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use FileWatcher for background compilation #1431

Merged
merged 4 commits into from
Mar 17, 2025

Conversation

plemarquand
Copy link
Contributor

This swift.backgroundCompilation setting listened for file save events from VS Code and triggered the build task. This meant that only modifications made by saving in a VS Code editor would trigger background compilation.

Switch to using a vscode.FileWatcher so background compilation still gets kicked off even if a file is modified from outside VS Code. This is useful if you have a command plugin that modifies source files like swift-format.

Issue: #1274

This `swift.backgroundCompilation` setting listened for file save events
from VS Code and triggered the build task. This meant that only
modifications made by saving in a VS Code editor would trigger
background compilation.

Switch to using a `vscode.FileWatcher` so background compilation still
gets kicked off even if a file is modified from outside VS Code. This is
useful if you have a command plugin that modifies source files like
swift-format.

Issue: swiftlang#1274
@plemarquand plemarquand force-pushed the better-file-watching branch from 181222d to 094bafc Compare March 13, 2025 19:43
@plemarquand plemarquand merged commit 2735bc3 into swiftlang:main Mar 17, 2025
13 of 15 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.

2 participants