Skip to content

Build VSIX for testing #4

Build VSIX for testing

Build VSIX for testing #4

Workflow file for this run

name: Build VSIX for testing
on:
workflow_dispatch:
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npx @vscode/vsce package
- uses: actions/upload-artifact@v5
with:
path: ./*.vsix
retention-days: 5