TypeScript/.vscode/extensions.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 строки
227 B
JSON
Исходник Обычный вид История

2019-08-08 10:57:04 +03:00
{
"recommendations": [
"dbaeumer.vscode-eslint",
"rbuckton.tsserver-live-reload",
"dprint.dprint"
2019-08-08 10:57:04 +03:00
],
"unwantedRecommendations": [
"ms-vscode.vscode-typescript-tslint-plugin"
]
2023-09-02 01:26:01 +03:00
}