https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4a83d23d308ce2ff53ff91a5f4714eda39c8d42f authored by Nathan Shively-Sanders on 24 October 2022, 16:00:55 UTC
Merge branch 'main' into turn-off-web-server
Tip revision: 4a83d23
extensions.json
{
    "recommendations": [
        "dbaeumer.vscode-eslint",
        "rbuckton.tsserver-live-reload"
    ],

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