File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/java/org/sonarsource/sonarlint/ls/backend Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424
2525 <properties >
2626 <jdk .min.version>17</jdk .min.version>
27- <sonarlint .core.version>10.35.0.83515 </sonarlint .core.version>
27+ <sonarlint .core.version>10.35.0.83547 </sonarlint .core.version>
2828 <slf4j .version>2.0.17</slf4j .version>
2929 <!-- Version used by Xodus -->
3030 <kotlin .version>1.6.10</kotlin .version>
Original file line number Diff line number Diff line change 5757import org .sonarsource .sonarlint .core .rpc .protocol .backend .initialize .SonarQubeCloudRegionDto ;
5858import org .sonarsource .sonarlint .core .rpc .protocol .backend .initialize .SslConfigurationDto ;
5959import org .sonarsource .sonarlint .core .rpc .protocol .backend .initialize .TelemetryClientConstantAttributesDto ;
60+ import org .sonarsource .sonarlint .core .rpc .protocol .backend .log .LogLevel ;
6061import org .sonarsource .sonarlint .core .rpc .protocol .common .SonarCloudRegion ;
6162import org .sonarsource .sonarlint .ls .EnabledLanguages ;
6263import org .sonarsource .sonarlint .ls .SonarLintExtendedLanguageClient ;
@@ -147,7 +148,8 @@ private InitializeParams toInitParams(SonarLintLanguageServerInitializationOptio
147148 initializationOptions .focusOnNewCode (),
148149 languageSpecificRequirements ,
149150 initializationOptions .automaticAnalysis (),
150- null );
151+ null ,
152+ LogLevel .DEBUG );
151153 }
152154
153155 static String determineProductKey (String appName , String clientProductKey ) {
You can’t perform that action at this time.
0 commit comments