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 a90c863 commit 00ba387Copy full SHA for 00ba387
src/scpt-filesystem.ts src/fs-provider.tssrc/scpt-filesystem.ts renamed to src/fs-provider.ts
src/index.ts
@@ -3,7 +3,7 @@ import { osacompile, osascript } from './osa.ts';
3
import { appleScriptSymbolProvider } from './outline.ts';
4
import { pick } from './processes.ts';
5
import { ScptEditorProvider } from './scpt-editor.ts';
6
-import { ScptFileSystemProvider } from './scpt-filesystem.ts';
+import { ScptFileSystemProvider } from './fs-provider.ts';
7
import { createBuildTask } from './task.ts';
8
import { fileUriToScptUri } from './util.ts';
9
0 commit comments