Skip to content

Rewrite debugger for Godot 4 support + improved maintainability #589

Rewrite debugger for Godot 4 support + improved maintainability

Rewrite debugger for Godot 4 support + improved maintainability #589

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/[email protected]
with:
node-version: 16.x
- name: Lint and build extension
run: |
npm install
npm run lint
npm run package -- --out godot-tools.vsix
ls -l godot-tools.vsix
- name: Upload extension VSIX
uses: actions/[email protected]
with:
name: godot-tools
path: godot-tools.vsix