Skip to content

removing codelens and adding in option to show diff view #54

removing codelens and adding in option to show diff view

removing codelens and adding in option to show diff view #54

Workflow file for this run

name: Test VSCode Extension
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '22.4.1'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test