Skip to content

Don't close remote development input boxes when window loses focus

We use quick-pick input boxes to capture new remote development session parameters. The input boxes are automatically closed when the VSCode window loses focus. We can turn off this behavior by adding the ignoreFocusOut flag and assigning the value true.

Relates #38 (closed)

Merge request reports