Skip to content

VS Code settings #11

@jpa95

Description

@jpa95

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions