Skip to content

Commit 5dbae17

Browse files
committed
chore: add missing prepare script
1 parent 39c506a commit 5dbae17

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"build:image": "sharp resize 1024 1024 --input node_modules/@idleberg/applescript-svg-icon/src/applescript.svg --output resources/logo.png",
1717
"dev": "npm run start",
1818
"lint": "biome check",
19+
"prepare": "lefthook install",
1920
"publish:ovsx": "ovsx publish --no-dependencies",
2021
"publish:vsce": "vsce publish --githubBranch main --no-dependencies",
2122
"start": "npm run build:code -- --watch",

src/index.ts

Lines changed: 2 additions & 2 deletions
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 { osacompile, osascript } from './osa.ts';
3+
import { pick } from './processes.ts';
24
import { ScptEditorProvider } from './providers/editor.ts';
35
import { ScptFileSystemProvider } from './providers/filesystem.ts';
4-
import { osacompile, osascript } from './osa.ts';
56
import { appleScriptSymbolProvider } from './providers/symbols.ts';
6-
import { pick } from './processes.ts';
77
import { createBuildTask } from './task.ts';
88
import { fileUriToScptUri } from './util.ts';
99

0 commit comments

Comments
 (0)