File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
"*.yml" : " azure-pipelines"
33
33
},
34
34
// ms-dotnettools.csharp settings
35
- "omnisharp.defaultLaunchSolution" : " Compilers .sln" ,
35
+ "omnisharp.defaultLaunchSolution" : " Roslyn .sln" ,
36
36
"omnisharp.disableMSBuildDiagnosticWarning" : true ,
37
37
"omnisharp.enableEditorConfigSupport" : true ,
38
38
"omnisharp.enableImportCompletion" : true ,
Original file line number Diff line number Diff line change 22
22
"*.yml" : " azure-pipelines"
23
23
},
24
24
// ms-dotnettools.csharp settings
25
- "omnisharp.defaultLaunchSolution" : " Compilers .sln" ,
25
+ "omnisharp.defaultLaunchSolution" : " Roslyn .sln" ,
26
26
"omnisharp.disableMSBuildDiagnosticWarning" : true ,
27
27
"omnisharp.enableEditorConfigSupport" : true ,
28
28
"omnisharp.enableImportCompletion" : true ,
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
13
13
done
14
14
15
15
scriptroot=" $( cd -P " $( dirname " $source " ) " && pwd ) "
16
- " $scriptroot /eng/build.sh" --build $@
16
+ " $scriptroot /eng/build.sh" --build --solution Roslyn.sln $@
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
13
13
done
14
14
15
15
scriptroot=" $( cd -P " $( dirname " $source " ) " && pwd ) "
16
- " $scriptroot /eng/build.sh" --restore $@
16
+ " $scriptroot /eng/build.sh" --restore --solution Roslyn.sln $@
You can’t perform that action at this time.
0 commit comments