Merge pull request #427 from Microsoft/deprecation
Mark this plugin as deprecated
This commit is contained in:
Коммит
6c3efbb2be
|
@ -1,7 +1,6 @@
|
|||
# vscode-tslint
|
||||
# vscode-tslint (deprecated)
|
||||
|
||||
|
||||
**Note:** We are about to deprecate this extension in favor of the [vscode-typescript-tslint-plugin](https://github.com/Microsoft/vscode-typescript-tslint-plugin). To learn about the differences between vscode-tslint and the new extension please refer to this [document](https://github.com/Microsoft/vscode-typescript-tslint-plugin#differences-with-the-vscode-tslint-extension).
|
||||
**Note:** This extension has been deprecated in favor of the [vscode-typescript-tslint-plugin](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin). To learn about the differences between vscode-tslint and the new extension please refer to this [document](https://github.com/Microsoft/vscode-typescript-tslint-plugin#differences-with-the-vscode-tslint-extension).
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tslint",
|
||||
"displayName": "TSLint",
|
||||
"displayName": "TSLint (deprecated)",
|
||||
"description": "TSLint for Visual Studio Code",
|
||||
"version": "1.0.42",
|
||||
"author": "Microsoft Corporation",
|
||||
|
@ -249,4 +249,4 @@
|
|||
"global": "^4.3.2",
|
||||
"vscode-languageclient": "^5.0.1"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче