Skip to content

Commit

Permalink
keep input box for interactive input up on focus out (#11604)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Huff <ianhuff@Ians-MacBook-Pro.local>
  • Loading branch information
IanMatthewHuff and Ian Huff committed May 5, 2020
1 parent 899c6cd commit aed9d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/2 Fixes/11581.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Keep the notebook input prompt up if you focus out of vscode.
1 change: 1 addition & 0 deletions src/client/datascience/jupyter/jupyterNotebook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ export class JupyterNotebookBase implements INotebook {
this.applicationService
.showInputBox({
prompt: msg.content.prompt ? msg.content.prompt.toString() : '',
ignoreFocusOut: true,
password: hasPassword
})
.then((v) => {
Expand Down

0 comments on commit aed9d12

Please sign in to comment.