mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 03:09:39 -06:00
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"rbuckton.tsserver-live-reload",
|
|
"dprint.dprint"
|
|
],
|
|
|
|
"unwantedRecommendations": [
|
|
"ms-vscode.vscode-typescript-tslint-plugin"
|
|
]
|
|
}
|