Cleanup unused properties

This commit is contained in:
Christof Marti
2019-04-05 10:08:50 +02:00
parent bad66ff5e1
commit d4be221aaa
5 changed files with 1 additions and 10 deletions

View File

@@ -700,8 +700,6 @@ export class ExtHostExtensionService implements ExtHostExtensionServiceShape {
authority: remoteAuthority,
host: result.host,
port: result.port,
debugListenPort: result.debugListenPort,
debugConnectPort: result.debugConnectPort,
};
}