• Anthony Kim's avatar
    Resolve issue where first input gets ignored on new conpty with a ding sound (#271556)
    · 60686129
    Anthony Kim создал
    * Fix first input getting ignored
    
    * More cleanups
    
    * Remove pauseInputEventbarrier from onData handler
    
    * Revert my changes, back to original ptyService
    
    * micro task `this._processManager.write('\x1b[?61;4c');`
    
    * Remove pauseInputEventBarrier
    
    * try to fix unused import error
    
    * use new _sendDataToProcess
    
    * Dont use async, dont await on \x1b[?61;4c
    
    * rename to _handleOnData
    60686129