We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ba387 commit bd4d960Copy full SHA for bd4d960
src/index.ts
@@ -1,9 +1,9 @@
1
import { commands, type ExtensionContext, languages, type Uri, window, workspace } from 'vscode';
2
+import { ScptFileSystemProvider } from './fs-provider.ts';
3
import { osacompile, osascript } from './osa.ts';
4
import { appleScriptSymbolProvider } from './outline.ts';
5
import { pick } from './processes.ts';
6
import { ScptEditorProvider } from './scpt-editor.ts';
-import { ScptFileSystemProvider } from './fs-provider.ts';
7
import { createBuildTask } from './task.ts';
8
import { fileUriToScptUri } from './util.ts';
9
0 commit comments