Allow for hiding of "Run or Debug..." menu via setting #24258
Labels
feature-request
Request for new features or functionality
triage-needed
Needs assignment to the proper sub-team
Just wanted to re-surface #21562, wherein we proposed a setting via which the "Run or Debug..." menu could be hidden, as I'm afraid I overlooked @brettcannon's reply there:
In educational contexts, the biggest issue for us is actually that the button is at odds with a pedagogical goal: to ensure that students develop muscle memory using their terminal window, rather than (rationally but educationally suboptimally) adopting a habit of clicking that button instead to run their first Python programs.
Using our own
devcontainer.json
file for students in Codespaces (via https://cs50.dev), we actually go to great lengths in @cs50 to simplify VS Code's UI in order to scaffold students' learning, hiding UI elements that they don't need (and might otherwise distract or confuse) at semester's start, while still allowing them to re-enable the same manually over time. Cf. https://cs50.dev/devcontainer.json.We gather from @luabud's comment at #9633 (comment) that the Python extension is now using the VS Code API for the play button, but, per #21562, @gjsjohnmurray actually proposed that:
Might a solution along those lines indeed resonate? As @blhvse also noted in #8837 (comment):
Thank you!
Screenshots
Related
#6921, #7034,
#8837, #9633
CC @rongxin-liu @lostintangent
The text was updated successfully, but these errors were encountered: