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 bc1d0f7 commit 5dc34f2Copy full SHA for 5dc34f2
src/client/common/platform/fileSystem.ts
@@ -66,7 +66,7 @@ interface IRawFSExtra {
66
67
export class RawFileSystem implements IRawFileSystem {
68
constructor(
69
- private newapi: INewAPI = vscode.workspace.fs,
+ private readonly newapi: INewAPI = vscode.workspace.fs,
70
private readonly nodefs: IRawFS = fs,
71
private readonly fsExtra: IRawFSExtra = fsextra
72
) { }
0 commit comments