-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a "play" button to run python file in terminal #5321
Comments
We might instead want to contribute to existing extension. |
Provide a setting to hide the button (on by default). |
@qubitron, it sounds like you want to experiment with different icons. Would you mind noting here what you have in mind? |
validated |
/cc @luabud not sure if I would consider this closed until we make this available to 100% of users! |
I would very much like to have the option to hide the provided "Run Python File in Terminal" button. I have the Code Runner extension installed as it provides a similar capability for many languages and I now have two such buttons in the tab group whenever I have a Python file open. |
@joeparis, please create a new issue (enhancement request) for that. I'll create one as soon as I can if you don't beat me to it, but it may be more correct if you do it. :) |
@ericsnowcurrently Done, issue #7034. Thanks!! And immediately closed as a duplicate of #6921 |
I saw this in the (I am using version |
@joeparis, yeah, sorry, I didn't notice it was a duplicate. |
@yzhang-gh we're A/B testing this feature, so if you didn't fall into the experiment group you won't see the button. |
@brettcannon Thanks for the clarification. I would suggest making a separate "experimental features" section in the release notes. It is a bit confusing. |
We still need to add a setting to disable the button |
Why? |
@DonJayamanne Here #6921 |
What about the comment here #6921 (comment) ? @luabud @karrtikr /cc |
@DonJayamanne I agree. |
The feedback from users was to have a setting to hide the play button, so it's clear we don't need to be any fancier than that. Before we hide our button, we first need to contribute to the code runner extension to fix it so that they use the correct python path. Either way some action is needed before we can finish this work in the next sprint. |
This should fix the problem. Along with automatically hiding out button. We just need to decide on an approach. |
For now I'm proposing that we hide this button if the code runner extension is enabled. Also, we could use these icons: https://github.com/microsoft/vscode-icons/blob/master/icons/light/play.svg |
Closing as this has been shipped in version 2019.10.41019. |
It'd be nice to add that at the top right (on the editor groups)
The text was updated successfully, but these errors were encountered: