mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
support for debugAdapterExecutable; fixes #33801
This commit is contained in:
@@ -43,7 +43,7 @@ suite('Debug - Adapter', () => {
|
||||
};
|
||||
|
||||
setup(() => {
|
||||
adapter = new Adapter(rawAdapter, { extensionFolderPath, id: 'adapter', name: 'myAdapter', version: '1.0.0', publisher: 'vscode', isBuiltin: false, engines: null },
|
||||
adapter = new Adapter(null, rawAdapter, { extensionFolderPath, id: 'adapter', name: 'myAdapter', version: '1.0.0', publisher: 'vscode', isBuiltin: false, engines: null },
|
||||
new TestConfigurationService(), null);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user