Skip to content

chore: Move slnx to src, add workflows and README #1

chore: Move slnx to src, add workflows and README

chore: Move slnx to src, add workflows and README #1

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'src/**'
- '.github/workflows/build.yml'
push:
branches:
- main
paths:
- 'src/**'
- '.github/workflows/build.yml'
jobs:
build:
uses: CodingWithCalvin/.github/.github/workflows/vsix-build.yml@main
with:
extension-name: VSMCP
secrets: inherit