https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f56d6089f286c1cb72bcdd74223ae9e4f72c082d authored by Ron Buckton on 10 September 2021, 01:31:41 UTC
Adds back in the older Promise.all overloads
Tip revision: f56d608
extensions.json
{
    "recommendations": [
        "dbaeumer.vscode-eslint",
        "rbuckton.tsserver-live-reload"
    ],

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