Skip to content

Commit 267e5ba

Browse files
committed
setting default true
1 parent 209d6bd commit 267e5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/terminals/codeExecution/helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class CodeExecutionHelper implements ICodeExecutionHelper {
9494
const endLineVal = activeEditor?.selection?.end.line ?? 0;
9595
const emptyHighlightVal = activeEditor?.selection?.isEmpty ?? true;
9696
const smartSendExperimentEnabledVal = pythonSmartSendEnabled(this.serviceContainer);
97-
let smartSendSettingsEnabledVal = false;
97+
let smartSendSettingsEnabledVal = true;
9898
const configuration = this.serviceContainer.get<IConfigurationService>(IConfigurationService);
9999
if (configuration) {
100100
const pythonSettings = configuration.getSettings(this.activeResourceService.getActiveResource());

0 commit comments

Comments
 (0)