Skip to content

Commit cbdbe0a

Browse files
author
Kartik Raj
authored
Allow on suggestion refresh by default (#15430)
1 parent 096cc9e commit cbdbe0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/pythonEnvironments/legacyIOC.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class ComponentAdapter implements IComponentAdapter, IExtensionSingleActivationS
142142

143143
private readonly refreshed = new vscode.EventEmitter<void>();
144144

145-
private allowOnSuggestionRefresh = false;
145+
private allowOnSuggestionRefresh = true;
146146

147147
constructor(
148148
// The adapter only wraps one thing: the component API.

0 commit comments

Comments
 (0)