mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
debug adapter cleanup and restructure
This commit is contained in:
@@ -61,7 +61,6 @@ suite('Debug - Adapter', () => {
|
||||
assert.equal(adapter.label, rawAdapter.label);
|
||||
assert.equal(adapter.program, paths.join(extensionFolderPath, rawAdapter.program));
|
||||
assert.equal(adapter.runtime, platform.isLinux ? rawAdapter.linux.runtime : platform.isMacintosh ? rawAdapter.osx.runtime : rawAdapter.win.runtime);
|
||||
assert.deepEqual(adapter.initialConfigurations, rawAdapter.initialConfigurations);
|
||||
});
|
||||
|
||||
test('schema attributes', () => {
|
||||
|
||||
Reference in New Issue
Block a user