diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2025949999..5091aec9f0 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -18,10 +18,14 @@ jobs: - uses: actions/setup-dotnet@v4 with: global-json-file: global.json - - name: Restore solution + - name: Restore the compiler service solution env: CI: false run: dotnet build ./FSharp.Compiler.Service.sln --verbosity quiet + - name: Restore the language server solution + env: + CI: false + run: dotnet build ./VSFSharpExtension.sln --verbosity quiet - name: Restore dotnet tools env: CI: false