提交 4344169b 编写于 作者: M Matt Bierner

Revert workaround for duplicate install missing types actions

上级 bb7cf768
......@@ -52,11 +52,6 @@ export default class TypeScriptRefactorProvider implements CodeActionProvider {
const actions: Command[] = [];
for (const info of response.body) {
// Workaround for https://github.com/Microsoft/TypeScript/issues/19378
if (info.name.startsWith('Install missing ')) {
continue;
}
if (info.inlineable === false) {
actions.push({
title: info.description,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册