We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209d6bd commit 267e5baCopy full SHA for 267e5ba
src/client/terminals/codeExecution/helper.ts
@@ -94,7 +94,7 @@ export class CodeExecutionHelper implements ICodeExecutionHelper {
94
const endLineVal = activeEditor?.selection?.end.line ?? 0;
95
const emptyHighlightVal = activeEditor?.selection?.isEmpty ?? true;
96
const smartSendExperimentEnabledVal = pythonSmartSendEnabled(this.serviceContainer);
97
- let smartSendSettingsEnabledVal = false;
+ let smartSendSettingsEnabledVal = true;
98
const configuration = this.serviceContainer.get<IConfigurationService>(IConfigurationService);
99
if (configuration) {
100
const pythonSettings = configuration.getSettings(this.activeResourceService.getActiveResource());
0 commit comments