Skip to content

Added Settings Dialog with configurable extension settings, fixed top… #3

Added Settings Dialog with configurable extension settings, fixed top…

Added Settings Dialog with configurable extension settings, fixed top… #3

Workflow file for this run

name: Release
on:
push:
branches:
- "main"
paths:
- "package.json"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: npm install
- run: npm run build
- run: npx vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}