File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/org/sonarsource/sonarlint/omnisharp
test/java/org/sonarsource/sonarlint/omnisharp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public void execute(SensorContext context) {
107
107
if (e .getCause () instanceof TimeoutException ) {
108
108
LOG .error ("Timeout waiting for the solution to be loaded." +
109
109
" You can find help on https://docs.sonarsource.com/sonarlint/intellij/using-sonarlint/scan-my-project/#supported-features-in-rider" +
110
- " or https://docs.sonarsource.com/sonarlint/vs-code/getting-started/requirements/#c -analysis" );
110
+ " or https://docs.sonarsource.com/sonarlint/vs-code/getting-started/requirements/#csharp -analysis" );
111
111
return ;
112
112
}
113
113
throw new IllegalStateException ("Analysis failed: " + e .getMessage (), e .getCause ());
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ void logIfProjectLoadTimeout() throws Exception {
197
197
assertThat (logTester .logs (LoggerLevel .ERROR ))
198
198
.contains ("Timeout waiting for the solution to be loaded." +
199
199
" You can find help on https://docs.sonarsource.com/sonarlint/intellij/using-sonarlint/scan-my-project/#supported-features-in-rider" +
200
- " or https://docs.sonarsource.com/sonarlint/vs-code/getting-started/requirements/#c -analysis" );
200
+ " or https://docs.sonarsource.com/sonarlint/vs-code/getting-started/requirements/#csharp -analysis" );
201
201
}
202
202
203
203
@ Test
You can’t perform that action at this time.
0 commit comments