Skip to content

Commit 5dc34f2

Browse files
Make "newapi" readonly.
1 parent bc1d0f7 commit 5dc34f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/platform/fileSystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface IRawFSExtra {
6666

6767
export class RawFileSystem implements IRawFileSystem {
6868
constructor(
69-
private newapi: INewAPI = vscode.workspace.fs,
69+
private readonly newapi: INewAPI = vscode.workspace.fs,
7070
private readonly nodefs: IRawFS = fs,
7171
private readonly fsExtra: IRawFSExtra = fsextra
7272
) { }

0 commit comments

Comments
 (0)