Skip to content

Commit f71382e

Browse files
committed
docs: remove banner
1 parent 54dda20 commit f71382e

3 files changed

Lines changed: 426 additions & 492 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
[![Open VSX Downloads](https://img.shields.io/open-vsx/dt/idleberg/applescript?style=for-the-badge&label=Open%20VSX)](https://open-vsx.org/extension/idleberg/applescript)
66
[![Build](https://img.shields.io/github/actions/workflow/status/idleberg/vscode-applescript/default.yml?style=for-the-badge)](https://github.com/idleberg/vscode-applescript/actions)
77

8-
> [!IMPORTANT]
9-
> JXA support has been moved to a
10-
> [separate extension](https://github.com/idleberg/vscode-jxa). As of March 24, 2026, it will no longer be bundled as dependency.
11-
128
Language syntax, snippets and build system for AppleScript.
139

1410
![Screenshot](https://raw.githubusercontent.com/idleberg/vscode-applescript/main/resources/screenshot.png)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,17 +320,17 @@
320320
"vscode-get-config": "^0.6.3"
321321
},
322322
"devDependencies": {
323-
"@commitlint/cli": "^20.4.3",
324-
"@commitlint/config-conventional": "^20.4.3",
323+
"@commitlint/cli": "^20.5.0",
324+
"@commitlint/config-conventional": "^20.5.0",
325325
"@idleberg/applescript-svg-icon": "github:idleberg/applescript-svg-icon",
326326
"@idleberg/configs": "^0.4.2",
327327
"@types/line-column": "^1.0.2",
328-
"@types/node": "^24.7.0",
328+
"@types/node": "^24.12.0",
329329
"@types/vscode": "1.98.0",
330330
"concurrently": "^9.2.1",
331331
"cross-env": "^10.1.0",
332332
"sharp-cli": "^5.2.0",
333-
"tsdown": "^0.21.0",
333+
"tsdown": "^0.21.4",
334334
"typescript": "^5.9.3"
335335
},
336336
"pnpm": {

0 commit comments

Comments
 (0)