Skip to content

Commit 7c52181

Browse files
committed
remove old comment
1 parent 9634c32 commit 7c52181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/terminal/terminalEnvVarInjector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class TerminalEnvVarInjector implements Disposable {
116116
envVarScope.clear(); // Clear existing variables for this workspace
117117

118118
// Track which .env file is being used for logging
119-
const config = getConfiguration('python', workspaceUri); // why did this get .env file?? // returns like all of them
119+
const config = getConfiguration('python', workspaceUri);
120120
const envFilePath = config.get<string>('envFile');
121121
const resolvedEnvFilePath: string | undefined = envFilePath
122122
? path.resolve(resolveVariables(envFilePath, workspaceUri))

0 commit comments

Comments
 (0)