We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6331c84 commit b4f3728Copy full SHA for b4f3728
.github/workflows/copilot-setup-steps.yml
@@ -18,10 +18,14 @@ jobs:
18
- uses: actions/setup-dotnet@v4
19
with:
20
global-json-file: global.json
21
- - name: Restore solution
+ - name: Restore the compiler service solution
22
env:
23
CI: false
24
run: dotnet build ./FSharp.Compiler.Service.sln --verbosity quiet
25
+ - name: Restore the language server solution
26
+ env:
27
+ CI: false
28
+ run: dotnet build ./VSFSharpExtension.sln --verbosity quiet
29
- name: Restore dotnet tools
30
31
0 commit comments