Rita Gorokhod

Results 7 comments of Rita Gorokhod

Occurs when the init-linter is called before the close call terminates. ![image](https://user-images.githubusercontent.com/60586879/182835506-ca9587dd-1c45-433c-9cd1-d1abe71fdf0b.png) Similar exception can happen when the analysis happens while the process is terminated ``` Connected to SonarCloud '8.0.0.30661'....

Too early to investigate the impact, the work on MS's side is not completed and there are inconsistencies between the documentation and the observed behavior. We should revise this in...

Still fails in the latest release (4.38.0.36876), happened in VS 2017.

> Even adding nvm path in settings doesn't get recognized. > ` "sonarlint.pathToNodeExecutable": "~/.nvm/versions/node/v16.17.1/bin/node",` @ARehmanMahi this is the SonarLint for Visual Studio repo, not VSCode. Feel free to open issues...

@jblievremont FYI at the moment SLVS doesn't store connection settings at a global level - we have no record of which servers were previously used. This would require more implementation...

Notes: The following works for non open-as-folder projects: ``` var projectHierarchy = GetVsHierarchyForFile(fullFilePath); var itemId = FindProjectItemId(projectHierarchy, fullFilePath); var hr = projectHierarchy.GetProperty(itemId, (int)__VSHPROPID.VSHPROPID_StateIconIndex, out var stateIcon); ``` `stateIcon` is of...

@kistoth90 would be great if this can be merged, really looking forward to this feature 🚀