Skip to content

Commit 82a2712

Browse files
TEMPORARY: Build CI against PSES PR #2298
Point the `PowerShellEditorServices` checkout at the coupled PR branch `andyleejordan/lm-tools-command-explorer` so #5508's new language model tool tests run against the server contract they depend on (name/module filtering on `getCommand`, `showHelp` returning `helpText`). Must be reverted before merge — once PSES #2298 lands on `main`, the default checkout passes. Drafted by Copilot (Claude Opus 4.8). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 25112e6 commit 82a2712

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
uses: actions/checkout@v6
2929
with:
3030
repository: PowerShell/PowerShellEditorServices
31+
# TEMPORARY: test against the coupled PSES PR #2298 until it merges.
32+
# Revert this `ref` before merging (see PR #5508).
33+
ref: andyleejordan/lm-tools-command-explorer
3134
path: PowerShellEditorServices
3235

3336
- name: Checkout vscode-powershell

0 commit comments

Comments
 (0)