提交 78ba6126 编写于 作者: J Johannes Rieken

make sure to dispose worker service when test is done, should fix...

make sure to dispose worker service when test is done, should fix https://github.com/microsoft/vscode/issues/104485
上级 186c5879
......@@ -81,11 +81,16 @@ suite('suggest, word distance', function () {
distance = await WordDistance.create(service, editor);
disposables.add(service);
disposables.add(mode);
disposables.add(model);
disposables.add(editor);
});
teardown(function () {
disposables.clear();
});
function createSuggestItem(label: string, overwriteBefore: number, position: IPosition): CompletionItem {
const suggestion: modes.CompletionItem = {
label,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册