Skip to content

Commit 8c1cc70

Browse files
committed
fix errors
1 parent bd4cb40 commit 8c1cc70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/files/common/explorerModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { IEditorGroup, toResource, IEditorIdentifier } from 'vs/workbench/common
1717
import { IDisposable, dispose } from 'vs/base/common/lifecycle';
1818
import { getPathLabel } from 'vs/base/common/labels';
1919
import { Schemas } from 'vs/base/common/network';
20-
import { startsWith, startsWithIgnoreCase, equalsIgnoreCase, rtrim } from 'vs/base/common/strings';
20+
import { startsWith, startsWithIgnoreCase, rtrim } from 'vs/base/common/strings';
2121

2222
export class Model {
2323

0 commit comments

Comments
 (0)