Yes v3.14.0.
The versions do not matter. We have battled this issue for over a year now and since we don’t have paid support, have not bothered to report this insane issue till now.
The fact boils down, using SonarLint with SonarQube generates astronomical amounts of logging. Every time you begin typing, it reauthenticates with SonarQube which generate logs on the SonarQube server. Then, for every keystroke/chain of typing it appears to be trying to scan code which generates more logs.
The below snippet is me typing “#Hello World” to a connected repo. 8 log writes within 1 second in just 1 of the logs. Auth has just as many. For every scan attempt, its re-authing, thus more logs.
127.0.0.1 - - [10/Feb/2023:11:06:23 -0500] "GET /api/rules/search.protobuf?qprofile=[censored]&activation=true&f=templateKey,actives&types=CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT&s=key&ps=500&p=1 HTTP/1.1" 200 3282 "-" "SonarLint VSCode 3.14.0"
127.0.0.1 - - [10/Feb/2023:11:06:23 -0500] "GET /api/rules/search.protobuf?qprofile=[censored]&activation=true&f=templateKey,actives&types=CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT&s=key&ps=500&p=1 HTTP/1.1" 200 438 "-" "SonarLint VSCode 3.14.0"
127.0.0.1 - - [10/Feb/2023:11:06:23 -0500] "GET /api/rules/search.protobuf?qprofile=[censored]&activation=true&f=templateKey,actives&types=CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT&s=key&ps=500&p=1 HTTP/1.1" 200 - "-" "SonarLint VSCode 3.14.0"
127.0.0.1 - - [10/Feb/2023:11:06:23 -0500] "GET /api/rules/search.protobuf?qprofile=[censored]&activation=true&f=templateKey,actives&types=CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT&s=key&ps=500&p=1 HTTP/1.1" 200 - "-" "SonarLint VSCode 3.14.0"
127.0.0.1 - - [10/Feb/2023:11:06:24 -0500] "GET /api/rules/search.protobuf?qprofile=[censored]&activation=true&f=templateKey,actives&types=CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT&s=key&ps=500&p=1 HTTP/1.1" 200 - "-" "SonarLint VSCode 3.14.0"
127.0.0.1 - - [10/Feb/2023:11:06:24 -0500] "GET /api/rules/search.protobuf?qprofile=[censored]&activation=true&f=templateKey,actives&types=CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT&s=key&ps=500&p=1 HTTP/1.1" 200 - "-" "SonarLint VSCode 3.14.0"
127.0.0.1 - - [10/Feb/2023:11:06:24 -0500] "GET /api/rules/search.protobuf?qprofile=[censored]&activation=true&f=templateKey,actives&types=CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT&s=key&ps=500&p=1 HTTP/1.1" 200 - "-" "SonarLint VSCode 3.14.0"
127.0.0.1 - - [10/Feb/2023:11:06:24 -0500] "GET /api/rules/search.protobuf?qprofile=[censored]&activation=true&f=templateKey,actives&types=CODE_SMELL,BUG,VULNERABILITY,SECURITY_HOTSPOT&s=key&ps=500&p=1 HTTP/1.1" 200 - "-" "SonarLint VSCode 3.14.0"