tsconfig-helper
                                
                                
                                
                                    tsconfig-helper copied to clipboard
                            
                            
                            
                        `preferredLocation` setting always added to workspace settings when inspecting matches
Thanks for providing such a useful extension! While using it, I noticed a certain behaviour that is probably unwanted:
Current behaviour
Currently, whenever the matches are inspected, the setting "references.preferredLocation": "view" is added to the workspace settings file .vscode/settings.json. If there is no workspace settings file, a new one is created with the option set.
Expected behaviour
The workspace settings are not changed by using this extension.
Steps to reproduce
- Install this extension
 - Open a project with a 
tsconfig.jsonfile that uses eitherincludeorexcludeto enable the extension - Open one of the matches that is shown in the CodeLens
 - Examine a new workspace settings file created under 
.vscode/settings.jsonor an existing settings file that has been modified