Skip to content

Commit 723b675

Browse files
author
Loïc Mangeonjean
committed
fix: set priority high enough
1 parent 92b5d7f commit 723b675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export class FileSystemFeature implements StaticFeature {
247247

248248
if (this.infrastructure.writeFile != null) {
249249
// register another filesystem to capture file write with a higher priority
250-
disposables.add(registerFileSystemOverlay(1, new InfrastructureFileSystemUpdaterProvider(this.infrastructure, this.languageClientManager)))
250+
disposables.add(registerFileSystemOverlay(10, new InfrastructureFileSystemUpdaterProvider(this.infrastructure, this.languageClientManager)))
251251
}
252252

253253
return disposables

0 commit comments

Comments
 (0)