Skip to content

VS Code extension creates deprecated settings .vscode/settings.json #5700

@mathisdrn

Description

@mathisdrn

The extension automatically add a .vscode/settings.json at the root level of the opened workspace:

{
    "editor.acceptSuggestionOnEnter": true,
    "editor.quickSuggestions": {
        "other": false,
        "comments": false,
        "strings": false
    },
    "editor.quickSuggestionsDelay": 300,
}

Issue: "editor.acceptSuggestionOnEnter" valid values are: "on", "smart", "off".

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