提交 23449873 编写于 作者: A Alex Ross

Add task test back in

上级 f28873cf
......@@ -212,7 +212,7 @@ import { window, tasks, Disposable, TaskDefinition, Task, EventEmitter, CustomEx
});
// https://github.com/microsoft/vscode/issues/100577
test.skip('A CustomExecution task can be fetched and executed', () => {
test('A CustomExecution task can be fetched and executed', () => {
return new Promise(async (resolve, reject) => {
class CustomTerminal implements Pseudoterminal {
private readonly writeEmitter = new EventEmitter<string>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册