Skip to content

Commit 7a2d87c

Browse files
committed
remove comments
1 parent 94badeb commit 7a2d87c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/features/envCommands.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ export async function runInDedicatedTerminalCommand(
597597
const project = api.getPythonProject(uri);
598598
const environment = await api.getEnvironment(uri);
599599

600-
// add resolution here
601600
if (environment && project) {
602601
const resolvedEnv = await api.resolveEnvironment(environment.environmentPath);
603602
const envFinal = resolvedEnv ?? environment;
@@ -632,7 +631,6 @@ export async function runAsTaskCommand(item: unknown, api: PythonEnvironmentApi)
632631
);
633632
}
634633
} else if (item === undefined) {
635-
// If no context is provided, try to use the active text editor
636634
const uri = activeTextEditor()?.document.uri;
637635
if (uri) {
638636
return runAsTaskCommand(uri, api);

0 commit comments

Comments
 (0)