TypeScript/.vscode/extensions.json

12 строки
227 B
JSON

{
"recommendations": [
"dbaeumer.vscode-eslint",
"rbuckton.tsserver-live-reload",
"dprint.dprint"
],
"unwantedRecommendations": [
"ms-vscode.vscode-typescript-tslint-plugin"
]
}