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" }, { 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;