79273058

Date: 2024-12-11 20:12:16
Score: 0.5
Natty:
Report link

The feature was introduced in VSCode 1.85 but is only noted in the release notes. There is no official documentation for it.

See https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_85.md#opt-out-of-extensions for the details.

Use - prefix to opt-out the extension, example:

    "customizations": {
        "vscode": {
            "extensions": [
                "-dbaeumer.vscode-eslint"
            ]
        }
    }
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Jakub Míšek