mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Onboard vscode-api-tests to use shared tsconfig
This commit is contained in:
@@ -349,6 +349,7 @@ suite('workspace-namespace', () => {
|
||||
if (uri.authority === 'foo') {
|
||||
return '1';
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
});
|
||||
let registration2 = vscode.workspace.registerTextDocumentContentProvider('foo', {
|
||||
@@ -356,6 +357,7 @@ suite('workspace-namespace', () => {
|
||||
if (uri.authority === 'bar') {
|
||||
return '2';
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user