Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package for AutoHotkey LSP #8326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@9e59f6d6c5ac4e29924e48efd1e6a7412ca72563
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