microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.08k stars 29.24k forks source link

Unable to interact with warning message when multiple terminals are open #231557

Open scrowley-Datirium opened 3 weeks ago

scrowley-Datirium commented 3 weeks ago

Type: Bug

Behaviour

Terminal shows warning that says the terminal should be relaunched. The issue is that I'm unable to hit the "relaunch terminal" button in the popup after hovering that terminal (if more than 1 terminal is open in vscode). If only 1 temrinal is open, you can move the mouse upwards into the popup. If more than 1 terminal is open, the popup is to the left, and moving the mouse to the left causes the popup to dissappear.

Steps to reproduce:

  1. activate conda env
  2. select python interpreter because activating the conda env didnt set the interpreter
  3. terminal shows error
  4. open another terminal (can be done at any point before step 5)
  5. hover warning sign and try to hit the "relaunch terminal" button

Image

Diagnostic data

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

``` ```

Extension version: 2024.16.1 VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z) OS version: Darwin x64 23.6.0 Modes:

User Settings

``` languageServer: "Pylance" ```

Installed Extensions |Extension Name|Extension Id|Version| |---|---|---| |CSV to Table|phplasma.csv-to-table|1.4.0| |CWL (Rabix/Benten)|sbg-rabix.benten-cwl|2021.1.25| |ESLint|dbaeumer.vscode-eslint|3.0.10| |Firebase|toba.vsfire|1.4.1| |Git Blame|waderyan.gitblame|11.1.1| |Git History|donjayamanne.githistory|0.6.20| |JavaScript Debugger|ms-vscode.js-debug|1.94.0| |JavaScript Debugger Companion Extension|ms-vscode.js-debug-companion|1.1.3| |Markdown All in One|yzhang.markdown-all-in-one|3.6.2| |Markdown Preview Mermaid Support|bierner.markdown-mermaid|1.25.0| |Pylance|ms-python.vscode-pylance|2024.10.1| |Python|ms-python.python|2024.16.1| |Python Debugger|ms-python.debugpy|2024.12.0| |Table Visualizer for JavaScript Profiles|ms-vscode.vscode-js-profile-table|1.0.10|
karthiknadig commented 3 weeks ago

The "Relaunch Terminal" comes from VS Code, moving this there.