提交 5731f0d0 编写于 作者: J Johannes Rieken

missing change

上级 57d7d9bf
......@@ -24,15 +24,6 @@ suite('window namespace tests', () => {
});
});
test('editor, opened via fileName', () => {
const fileName = join(workspace.rootPath || '', './far.js');
return window.showTextDocument(fileName).then((editor) => {
const active = window.activeTextEditor;
assert.ok(active);
assert.ok(pathEquals(active!.document.uri.fsPath, fileName));
});
});
test('editor, opened via resource', () => {
const uri = Uri.file(join(workspace.rootPath || '', './far.js'));
return window.showTextDocument(uri).then((editor) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册