<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> <!-- 🔧 Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes <!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. --> **Issue**:Whenever I open a new cmd or powershell instegrated terminal the terminal runs the following: ``` PS D:\snow\file\postGra> D:/snow/sw/miniconda3/Scripts/activate PS D:\snow\file\postGra> conda activate DL (DL) PS D:\snow\file\postGra> ``` But the normal situation is that the integrated terminal directly output: ``` (DL) PS D:\snow\file\postGra> ``` - VS Code Version: ```版本: 1.102.2 (user setup) 提交: c306e94f98122556ca081f527b466015e1bc37b0 日期: 2025-07-22T12:15:48.520Z Electron: 35.6.0 ElectronBuildId: 11847422 Chromium: 134.0.6998.205 Node.js: 22.15.1 V8: 13.4.114.21-electron.0 OS: Windows_NT x64 10.0.19045 ``` - OS Version: ``` Version: Windows 10 Home Chinese Edition Version number: 22H2 Installation date: July 28, 2025 OS build number: 19045.6093 Serial number: PF1AD5G1 ``` https://github.com/user-attachments/assets/0a3cbd4b-fb87-4e58-9ff5-aa7dc6f9fa2d
Does this issue occur when all extensions are disabled?: Yes
Issue:Whenever I open a new cmd or powershell instegrated terminal the terminal runs the following:
But the normal situation is that the integrated terminal directly output:
vscodeerror.mp4