Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 0219b52

Browse files
committed
Reformat bad RelativePattern import in extension.ts
1 parent 2c7f9f8 commit 0219b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import {
77
ExtensionContext,
88
IndentAction,
99
languages,
10+
RelativePattern,
1011
TextDocument,
1112
Uri,
1213
window,
1314
workspace,
1415
WorkspaceFolder,
1516
WorkspaceFoldersChangeEvent,
16-
RelativePattern,
1717
} from 'vscode';
1818
import {
1919
LanguageClient,

0 commit comments

Comments
 (0)