How to use sonarlint with JavaScript in VScode after download?

I have downloaded SonarLintVSIX.vsix to my laptop, how do I proceed to configure it inorder to use the service. Am interested innlinting my JavaScript code. Thank you

Hi, one easy way to install a plugin from VSIX file is to press F1 to search for a command, and type “vsix”. This should find the command: Extensions: Install from VSIX… From there it should be straightforward. Enjoy!