debug adapter cleanup and restructure

This commit is contained in:
isidor
2016-11-17 15:06:21 +01:00
parent 1d5c0d67f7
commit b6da96bad4
3 changed files with 143 additions and 154 deletions

View File

@@ -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', () => {