https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 98404ec7bfb5f6f4569cdfe7ba81a6435521ad99 authored by Daniel Rosenwasser on 12 March 2021, 23:47:28 UTC
Try a naive file load during parse, to see if that helps with pre-caching.
Tip revision: 98404ec
extensions.json
{
    "recommendations": [
        "dbaeumer.vscode-eslint",
        "rbuckton.tsserver-live-reload"
    ],

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