mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
573af50461
Use the plugin version of TS lint rather than the external version. Add the plugin as a local dev dependency and add the vscode extension that contributes the plugin as a recomended extension. This should enable the plugin when using the standard version of TS and when using the workspace version of TS
9 lines
251 B
JSON
9 lines
251 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"ms-vscode.vscode-typescript-tslint-plugin",
|
|
"dbaeumer.vscode-eslint",
|
|
"msjsdiag.debugger-for-chrome"
|
|
]
|
|
}
|