Skip to content

Commit bd4d960

Browse files
committed
chore: sort imports
1 parent 00ba387 commit bd4d960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { commands, type ExtensionContext, languages, type Uri, window, workspace } from 'vscode';
2+
import { ScptFileSystemProvider } from './fs-provider.ts';
23
import { osacompile, osascript } from './osa.ts';
34
import { appleScriptSymbolProvider } from './outline.ts';
45
import { pick } from './processes.ts';
56
import { ScptEditorProvider } from './scpt-editor.ts';
6-
import { ScptFileSystemProvider } from './fs-provider.ts';
77
import { createBuildTask } from './task.ts';
88
import { fileUriToScptUri } from './util.ts';
99

0 commit comments

Comments
 (0)