Skip to content

Commit

Permalink
experiment: don't do copy of published language server on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Nov 20, 2023
1 parent cbdca54 commit e22d869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contextive-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- name: Copy Published Language Server to VsCode Extension
run: |
mkdir -p src/vscode/contextive/dist && cp src/language-server/Contextive.LanguageServer/publish/Contextive.LanguageServer "$_"
if: runner.os == 'Linux'
- name: Build and Test VsCode Extension
run: npm test
working-directory: ./src/vscode/contextive
Expand Down

0 comments on commit e22d869

Please sign in to comment.