Skip to content

Commit

Permalink
chore: disallow selecting many in debugger app picker
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jan 30, 2025
1 parent f915dd2 commit 5457b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export function registerHelperCommands(context: vscode.ExtensionContext) {
await vscode.window.showOpenDialog({
canSelectFiles: true,
canSelectFolders: true,
canSelectMany: false,
})
)?.[0].fsPath;
} else if (selection?.label === "URL") {
Expand Down

0 comments on commit 5457b5a

Please sign in to comment.