Skip to content

[1.21.1] Deprecated .vscode Settings #160

Description

@VioletEverbloom

The settings added to .vscode/settings.json are either fully or partially deprecated.

The following is fully deprecated :

    "typescript.surveys.enabled": false, // Unknown Configuration Setting

The following have been recently deprecated, and will probably fully be in a few updates :

    "typescript.tsserver.maxTsServerMemory": 4096, // This setting is deprecated. Use `#js/ts.tsserver.maxMemory#` instead.
    "typescript.disableAutomaticTypeAcquisition": true, // This setting is deprecated. Use `#js/ts.tsserver.automaticTypeAcquisition.enabled#` instead.
    "typescript.validate.enable": false, // This setting is deprecated. Use `#js/ts.validate.enabled#` instead.

Also, would it be possible to disable the settings file edition after a first dump ? Probe deletes all of my comments (which are valid in this file), which I use to categorize settings.

Thank you for your time !

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions