vscode: remove old test runner codelens stuff (#23003)

### What does this PR do?

fix #23001 by removing references to old codelens from before the native
integration which should have its own (better and) native way of
starting

### How did you verify your code works?
This commit is contained in:
Michael H
2025-09-29 00:45:32 +10:00
committed by GitHub
parent cf1367137d
commit db2f768bd9
3 changed files with 7 additions and 16 deletions

View File

@@ -45,3 +45,8 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCODE_EXTENSION }}
working-directory: packages/bun-vscode/extension
- uses: actions/upload-artifact@v4
with:
name: bun-vscode-${{ github.event.inputs.version }}.vsix
path: packages/bun-vscode/extension/bun-vscode-${{ github.event.inputs.version }}.vsix