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

feat: local lua debugger #8452

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
20 changes: 20 additions & 0 deletions packages/local-lua-debugger/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: local-lua-debugger
description: A simple Lua debugger adapter which requires no additional dependencies.
homepage: https://github.com/tomblind/local-lua-debugger-vscode
licenses:
- MIT
languages:
- Lua
categories:
- DAP
source:
id: pkg:github/tomblind/local-lua-debugger-vscode@master
build:
run: |
npm install
npm run build
bin: node:extension/debugAdapter.js

bin:
local-lua-debugger: "{{source.bin}}"