forked from SonarSource/sonarlint-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
We are not using connected mode. We would like to share ObjecScript linting rule configuration between projects. Currently we are setting these configuration at the VS Code USER level, meaning every developper must copy this manually.
Is it possible to save to settings elsewhere than in USER level?
I know that Some extensions look in specific .files.json, that would work great. Also, We are just beginning to use VS Code Workspace files and commit them to git, I have tried but these settings do not seem to be supported at the Workspace level.
In my c:\Users\me\AppData\Roaming\Code\User\settings.json:
"sonarlint.rules": {
"objectscriptquality:OS0028": {
"level": "off"
},
}
I'd like to have that in a file I can commit into git.
Metadata
Metadata
Assignees
Labels
No labels