Skip to content

Commit 97625d0

Browse files
🧹 Remove unused UriScheme import in src/virtualFileSystem.ts
Removed the unused `UriScheme` import from `src/virtualFileSystem.ts` to improve code hygiene and maintainability. Co-authored-by: zknpr <96851588+zknpr@users.noreply.github.com>
1 parent 8cc23d8 commit 97625d0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/virtualFileSystem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as vsc from 'vscode';
22
import { DocumentRegistry } from './documentRegistry';
3-
import { UriScheme } from './config';
43
import { Disposable } from './lifecycle';
54

65
import type { DatabaseDocument } from './databaseModel';

0 commit comments

Comments
 (0)