remove emitOutputSupport

This commit is contained in:
Benjamin Pasero
2016-06-16 14:07:29 +02:00
parent 10bec77410
commit 9151d223cc
2 changed files with 1 additions and 23 deletions

View File

@@ -46,7 +46,7 @@ suite('Debug - Adapter', () => {
program: 'readme.md'
}
]
}
};
setup(() => {
adapter = new Adapter(rawAdapter, null, { extensionFolderPath, id: 'adapter', name: 'myAdapter', version: '1.0.0', publisher: 'vscode', isBuiltin: false, engines: null });