Fix dimenisons test and clean up

This commit is contained in:
Daniel Imms
2019-07-12 10:37:29 -07:00
parent 3092a1023c
commit fd48fa0d3b
4 changed files with 2 additions and 25 deletions

View File

@@ -280,7 +280,6 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
// Note that onReisze is not being listened to here as it needs to fire when max dimensions
// change, excluding the dimension override
console.log('request', request);
const initialDimensions: ITerminalDimensionsDto | undefined = request.cols && request.rows ? {
columns: request.cols,
rows: request.rows