mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
@@ -44,7 +44,7 @@ suite('Debug - Adapter', () => {
|
||||
|
||||
setup(() => {
|
||||
adapter = new Adapter(rawAdapter, { extensionFolderPath, id: 'adapter', name: 'myAdapter', version: '1.0.0', publisher: 'vscode', isBuiltin: false, engines: null },
|
||||
null, new TestConfigurationService(), null);
|
||||
new TestConfigurationService(), null);
|
||||
});
|
||||
|
||||
teardown(() => {
|
||||
|
||||
Reference in New Issue
Block a user