Skip to content

Commit

Permalink
Newer version of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
dev4s committed Jan 19, 2025
1 parent b1c0cd5 commit e985e04
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/autohotkey_lsp/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: autohotkey_lsp
description: AutoHotkey v2 language support
homepage: https://github.com/thqby/vscode-autohotkey2-lsp
licenses:
- LGPL-3.0
languages:
- AutoHotkey
categories:
- LSP

source:
# renovate:datasource=git-refs
id: pkg:github/thqby/vscode-autohotkey2-lsp@2f6de3c75ce91054b0ace0c0bc39001a4ff9e017
build:
- target: win
run: |
Remove-Item .npmrc
Remove-Item package-lock.json
npm install
node esbuild.mjs
bin:
autohotkey_lsp: node:server/dist/server.js

0 comments on commit e985e04

Please sign in to comment.