https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 78ee4cacafc20491fca5557da7908580df18db0e authored by TypeScript Bot on 23 February 2022, 08:56:14 UTC
🤖 Pick PR #47927 (Don't error if binding pattern type...) into release-4.6 (#48005)
Tip revision: 78ee4ca
extensions.json
{
    "recommendations": [
        "dbaeumer.vscode-eslint",
        "rbuckton.tsserver-live-reload"
    ],

    "unwantedRecommendations": [
        "ms-vscode.vscode-typescript-tslint-plugin"
    ]
}
back to top