We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3025c4a commit 9446368Copy full SHA for 9446368
1 file changed
src/vs/platform/list/browser/listService.ts
@@ -444,7 +444,7 @@ abstract class ResourceNavigator<T> extends Disposable {
444
445
this.openOnFocus = options?.openOnFocus ?? false;
446
this.openOnSelection = options?.openOnSelection ?? true;
447
- this.openOnSingleClick = options?.openOnSingleClick ?? false;
+ this.openOnSingleClick = options?.openOnSingleClick ?? true;
448
449
if (this.openOnFocus) {
450
this._register(this.widget.onDidChangeFocus(e => this.onFocus(e.browserEvent)));
0 commit comments