Use an icon for "run file in terminal" that doesn't resemble a tab scroll button #16195
Replies: 4 comments 3 replies
-
Unfortunately I don't think there's anything we can really do here as that's using a VS Code API to provide that button. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ha! I started with vscode and they sent me to vscode-python :)
…On Mon, May 10, 2021 at 1:04 PM Brett Cannon ***@***.***> wrote:
Unfortunately I don't think there's anything we can really do here as
that's using a VS Code API to provide that button.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2QG26KQWL76CJWC3U3MXLTNA35JANCNFSM44SEHWBA>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Here you go:
microsoft/vscode#123216
…On Tue, May 11, 2021 at 12:41 PM Brett Cannon ***@***.***> wrote:
😄 Do you mind providing the link to the issue they used to send you here?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#16195 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2QG23EFNSOYMEX2XTC4M3TNGB7ZANCNFSM44SEHWBA>
.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Moved to #17207 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment data
python.languageServer
setting: Jedi[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
The run-file-in-terminal button is located in horizontal line with the file tabs. It's location and appearance make it appear to be a tab scroll: tabs slide to the left, revealing tabs that are off the screen to the right
Actual behaviour
Script launches
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
I've now done this twice.
Suggest that you alter or move the "run file in terminal" button so that it's less likely to be mistaken for a "tab scroll
" button.
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Beta Was this translation helpful? Give feedback.
All reactions