https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 6d54ce8a37595c041df97c32d7f0ccd88570998d authored by TypeScript Bot on 16 June 2021, 22:33:48 UTC
Bump version to 4.0.8 and LKG
Tip revision: 6d54ce8
extensions.json
{
    "recommendations": [
        "dbaeumer.vscode-eslint",
        "rbuckton.tsserver-live-reload"
    ],

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