Skip to content

Commit

Permalink
This should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Sep 29, 2023
1 parent 8bfdd0b commit 1a05d64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/src/AzExtTreeFileSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const unsupportedError: Error = new Error(l10n.t('This operation is not supporte

export abstract class AzExtTreeFileSystem<TItem extends types.AzExtTreeFileSystemItem> implements FileSystemProvider {

private readonly itemCache: Map<string, TItem> = new Map<string, TItem>();

public abstract scheme: string;

Expand Down

0 comments on commit 1a05d64

Please sign in to comment.