From f496fb0a7eacc5af954d0ea8c778233f2c3d0c60 Mon Sep 17 00:00:00 2001 From: Sophio Japharidze Date: Wed, 28 Aug 2024 14:53:14 +0200 Subject: [PATCH 1/2] SLVSCODE-738 show correct default values and setting for actual values in SSL dialog --- src/util/showMessage.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/util/showMessage.ts b/src/util/showMessage.ts index b64bb94fd..e70e0326c 100644 --- a/src/util/showMessage.ts +++ b/src/util/showMessage.ts @@ -77,8 +77,9 @@ export async function showSslCertificateConfirmationDialog(cert: SslCertificateC Valid from: ${cert.validFrom}\n Valid to: ${cert.validTo}\n ${fingerprints} - If you trust the certificate, it will be saved in truststore ${cert.truststorePath}\n - Default password: changeit\n + If you trust the certificate, by default it will be saved in truststore '${cert.truststorePath}'\n + Default password: sonarlint\n + For actual values of truststore path and password, check the 'sonarlint.ls.vmargs' setting.\n Consider removing connection if you don't trust the certificate\n`, { modal: true }, dontTrust, trust); return dialogResponse === trust; From 2ffd0c0e7ca7ae243e28b9ef77374835fe8c6993 Mon Sep 17 00:00:00 2001 From: Sophio Japharidze Date: Thu, 29 Aug 2024 11:14:25 +0200 Subject: [PATCH 2/2] Use latest SLLS --- scripts/dependencies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dependencies.json b/scripts/dependencies.json index 9ed057f26..4b09ffdf8 100644 --- a/scripts/dependencies.json +++ b/scripts/dependencies.json @@ -2,7 +2,7 @@ { "groupId": "org.sonarsource.sonarlint.ls", "artifactId": "sonarlint-language-server", - "version": "3.9.0.75429", + "version": "3.10.0.75468", "output": "server/sonarlint-ls.jar" }, {