https://github.com/Microsoft/TypeScript
Raw File
Tip revision: edc34e8c2644bfcc1f587bc67bfe2e027da00957 authored by Ron Buckton on 16 February 2022, 22:25:17 UTC
Emit source positions for open/close braces
Tip revision: edc34e8
extensions.json
{
    "recommendations": [
        "dbaeumer.vscode-eslint",
        "rbuckton.tsserver-live-reload"
    ],

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