Merge pull request #427 from Microsoft/deprecation

Mark this plugin as deprecated
This commit is contained in:
Erich Gamma 2019-02-11 18:02:25 +01:00 коммит произвёл GitHub
Родитель 585e10fe7f b1618de45a
Коммит 6c3efbb2be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -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"
}
}
}