feat(watchers): Improve write stabilization and ignore temporary editor files
This commit is contained in:
@@ -30,6 +30,8 @@ export interface IWatcherOptions {
|
||||
stabilityThreshold: number;
|
||||
/** Poll interval for write detection (ms) */
|
||||
pollInterval: number;
|
||||
/** Maximum time to wait for write stabilization (ms) */
|
||||
maxWaitTime: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user