Skip to content

Commit

Permalink
New package for AutoHotkey LSP
Browse files Browse the repository at this point in the history
The AutoHotkey project is only for windows environment.
  • Loading branch information
dev4s committed Oct 28, 2024
1 parent 5c74e7d commit 119b432
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/vscode-autohotkey2-lsp/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: vscode-autohotkey2-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@c40a0451e938dd71a8f067f9fd0124ff41b99c6e
build:
- target: win
run: |
Remove-Item .npmrc
Remove-Item package-lock.json
#node -e "require('fs').copyFileSync('./tools/install.js', './install.js')"
#node install.js
npm install
node esbuild.mjs
bin:
vscode-autohotkey2-lsp: node:server/dist/server.js

0 comments on commit 119b432

Please sign in to comment.