提交 a61944bc 编写于 作者: J Johannes Rieken

remove ISuggestEvent#currentWord

上级 2bc46817
......@@ -27,7 +27,6 @@ export interface ITriggerEvent {
export interface ISuggestEvent {
completionModel: CompletionModel;
currentWord: string;
isFrozen: boolean;
auto: boolean;
}
......@@ -367,7 +366,6 @@ export class SuggestModel implements IDisposable {
this._onDidSuggest.fire({
completionModel: this.completionModel,
currentWord: ctx.wordBefore,
isFrozen: isFrozen,
auto: this.isAutoSuggest()
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册