Skip to content

Commit

Permalink
SLLS-301 Include the new brand name in the User-Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont committed Feb 13, 2025
1 parent 72a4bae commit 748b17f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public CompletableFuture<InitializeResult> initialize(InitializeParams params) {
var platform = (String) options.get("platform");
var architecture = (String) options.get("architecture");
var additionalAttributes = (Map<String, Object>) options.getOrDefault("additionalAttributes", Map.of());
var userAgent = productName + " " + productVersion;
var userAgent = "SonarQube for IDE (SonarLint) - Visual Studio Code " + productVersion + " - " + clientVersion;
var clientNodePath = (String) options.get("clientNodePath");

diagnosticPublisher.initialize(firstSecretDetected);
Expand Down

0 comments on commit 748b17f

Please sign in to comment.