Skip to content

update minimum supported vscode engine to match vscode-languageclient #78

update minimum supported vscode engine to match vscode-languageclient

update minimum supported vscode engine to match vscode-languageclient #78

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
uses: ./.github/workflows/test.yaml
with:
os: ${{ matrix.os }}
secrets: inherit