Skip to content

Revert "resolved conflicts" #22

Revert "resolved conflicts"

Revert "resolved conflicts" #22

Workflow file for this run

name: Plugin Build
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install -g @vscode/vsce
- run: npm install
- run: vsce package