microsoft / microsoft/vscode-python-debugger

Debugging leaves terminal in conda's Base environment instead of selected (interpreter's) conda environment

オープン
#896 コメント 6 件 リアクション 0 件 担当者 1 名 GitHub で見る

@karthiknadig がすでに取り組んでいます。

2025年4月30日 から。

feature-request triage-needed
主要言語
TypeScript
スター
180
フォーク
126
平均マージ
2日 3時間
マージ済み PR(30日)
3

説明

Steps to Reproduce:

  1. I am debugging my (pytest) test using Testing > select test > Debug Test GUI.
  2. Test is executing
  3. After test finishes it leaves terminal in Base conda environment instead of selected (interpreter's) environment.

As I end up in base environment, sometimes I execute poetry install which installs current project's dependencies in base environment. Sometimes I run pytest in base environment but it is not installed there and so on.

After interpreter is selected, whatever we do, we should do it inside that selected environment.
Any terminal windows that are opening during any process should use selected environment.
We should never end up in terminal in Base conda's environment.

VS Code Version:
Version: 1.99.3 (user setup)
Commit: https://github.com/microsoft/vscode/commit/17baf841131aa23349f217ca7c570c76ee87b957
Date: 2025-04-15T23:18:46.076Z
Electron: 34.3.2
ElectronBuildId: 11161073
Chromium: 132.0.6834.210
Node.js: 20.18.3
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.19045, connected to remote Ubuntu

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。