Skip to content

Commit aed9d12

Browse files
IanMatthewHuffIan Huff
and
Ian Huff
authored
keep input box for interactive input up on focus out (#11604)
Co-authored-by: Ian Huff <[email protected]>
1 parent 899c6cd commit aed9d12

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

news/2 Fixes/11581.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Keep the notebook input prompt up if you focus out of vscode.

src/client/datascience/jupyter/jupyterNotebook.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ export class JupyterNotebookBase implements INotebook {
10201020
this.applicationService
10211021
.showInputBox({
10221022
prompt: msg.content.prompt ? msg.content.prompt.toString() : '',
1023+
ignoreFocusOut: true,
10231024
password: hasPassword
10241025
})
10251026
.then((v) => {

0 commit comments

Comments
 (0)