We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fccb5e + a0a5766 commit a5c34f1Copy full SHA for a5c34f1
src/features/processPicker.ts
@@ -27,6 +27,7 @@ export class AttachPicker {
27
return this.attachItemsProvider.getAttachItems()
28
.then(processEntries => {
29
let attachPickOptions: vscode.QuickPickOptions = {
30
+ ignoreFocusOut: true,
31
matchOnDescription: true,
32
matchOnDetail: true,
33
placeHolder: "Select the process to attach to"
@@ -223,6 +224,7 @@ export class RemoteAttachPicker {
223
224
.then(async pipeCmd => RemoteAttachPicker.getRemoteOSAndProcesses(pipeCmd, pipeTransport.pipeCwd, platformInfo))
225
.then(processes => {
226
227
228
229
230
0 commit comments