We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b5d7f commit 723b675Copy full SHA for 723b675
src/extensions.ts
@@ -247,7 +247,7 @@ export class FileSystemFeature implements StaticFeature {
247
248
if (this.infrastructure.writeFile != null) {
249
// register another filesystem to capture file write with a higher priority
250
- disposables.add(registerFileSystemOverlay(1, new InfrastructureFileSystemUpdaterProvider(this.infrastructure, this.languageClientManager)))
+ disposables.add(registerFileSystemOverlay(10, new InfrastructureFileSystemUpdaterProvider(this.infrastructure, this.languageClientManager)))
251
}
252
253
return disposables
0 commit comments