diff options
author | Jean-Baptiste Lièvremont <jeanbaptiste.lievremont@sonarsource.com> | 2021-01-28 18:24:21 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-01-29 20:07:55 +0000 |
commit | 7202158aad852d4c44fb880228331afc40550edb (patch) | |
tree | 876e6d0bbb6015cf79d0f64ab7f146e3d205515e | |
parent | efa112705e512534a7db2a719b1265351622aae0 (diff) | |
download | sonarqube-7202158aad852d4c44fb880228331afc40550edb.tar.gz sonarqube-7202158aad852d4c44fb880228331afc40550edb.zip |
DOCS Add minimal version for support of hotspots in VSCode
See [MMF-2211](https://jira.sonarsource.com/browse/MMF-2211).
Initial support for "Open in IDE" in VSCode lands in version 1.20,
which should be released early February 2021.
-rw-r--r-- | server/sonar-docs/src/pages/user-guide/security-hotspots.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/user-guide/security-hotspots.md b/server/sonar-docs/src/pages/user-guide/security-hotspots.md index ae000591213..f9d0db50148 100644 --- a/server/sonar-docs/src/pages/user-guide/security-hotspots.md +++ b/server/sonar-docs/src/pages/user-guide/security-hotspots.md @@ -68,6 +68,7 @@ Seeing a Security Hotspot directly in the IDE can help you better understand its This feature is available to users of: * [SonarLint for Visual Studio](https://www.sonarlint.org/visualstudio) 4.29 and above * [SonarLint for IntelliJ](https://www.sonarlint.org/intellij) 4.13 and above +* [SonarLint for VS Code](https://www.sonarlint.org/vscode) 1.20 and above The project needs to be open in the appropriate IDE and bound to the server through SonarLint's connected mode. |