提交 47fbe257 编写于 作者: B Benjamin Pasero

fix compile

上级 44ed24d5
......@@ -9,11 +9,12 @@ import { URI } from 'vs/base/common/uri';
import { IFileSystemProviderRegistrationEvent } from 'vs/platform/files/common/files';
import { IDisposable } from 'vs/base/common/lifecycle';
import { NullFileSystemProvider } from 'vs/workbench/test/workbenchTestServices';
import { NullLogService } from 'vs/platform/log/common/log';
suite('File Service 2', () => {
test('provider registration', async () => {
const service = new FileService2();
const service = new FileService2(new NullLogService());
assert.equal(service.canHandleResource(URI.parse('test://foo/bar')), false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册