Skip to content

remove some feature due to performance issue #116

remove some feature due to performance issue

remove some feature due to performance issue #116

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
name: Build and Deploy to VS Code marketplace
permissions:
contents: "read"
id-token: "write"
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 21
- run: npm install
- run: npm install -g @vscode/vsce
- run: npm run compile
- run: cat ./out/extension.css
- run: vsce publish -p ${{ secrets.VSCE_PAT }}