You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this._logService.debug('CommandDetectionCapability#_handleCommandStartWindows reached max attempts, ',this._cursorOnNextLine(),this._getWindowsPrompt());
395
395
}elseif(prompt){
396
396
// use the regex to set the position as it's possible input has occurred
constslashCommands=awaitthis.widget.getSlashCommands();// TODO this async call can lead to a flicker of the placeholder text when switching editor tabs
131
130
132
131
constviewModel=this.widget.viewModel;
133
132
if(!viewModel){
@@ -136,10 +135,7 @@ class InputEditorDecorations extends Disposable {
0 commit comments