debug: remove unused locals

#37212
This commit is contained in:
isidor
2017-11-08 10:42:00 +01:00
parent ebbfbedb35
commit 99dd43c0a9
10 changed files with 10 additions and 47 deletions

View File

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