提交 a16e650d 编写于 作者: M Matt Bierner

Remove unused cast

上级 b0add1e8
......@@ -268,7 +268,7 @@ export default class TypeScriptCompletionItemProvider implements vscode.Completi
...vsPositionToTsFileLocation(file, position),
includeExternalModuleExports: config.autoImportSuggestions,
includeInsertTextCompletions: true
} as Proto.CompletionsRequestArgs;
};
const msg = await this.client.execute('completions', args, token);
// This info has to come from the tsserver. See https://github.com/Microsoft/TypeScript/issues/2831
// let isMemberCompletion = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册