You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is about the default behavior of the Run (triangle) button in the top-right corner of VS Code when running Python files.
Initially, clicking the Run button executes “Run Python File” by default. However, if I use the dropdown menu to select “Run Python File in Dedicated Terminal”, and then repeatedly click the Run button (after selecting it from the dropdown a few times), I notice that the default behavior changes.
Specifically, after repeating this process a few times, clicking the Run button no longer executes “Run Python File” but instead runs “Run Python File in Dedicated Terminal”.
Is this the expected behavior in VS Code, or is it caused by some configuration? Is there a way to keep the default action always as “Run Python File” without being overridden by recent selections?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
My question is about the default behavior of the Run (triangle) button in the top-right corner of VS Code when running Python files.
Initially, clicking the Run button executes “Run Python File” by default. However, if I use the dropdown menu to select “Run Python File in Dedicated Terminal”, and then repeatedly click the Run button (after selecting it from the dropdown a few times), I notice that the default behavior changes.
Specifically, after repeating this process a few times, clicking the Run button no longer executes “Run Python File” but instead runs “Run Python File in Dedicated Terminal”.
Is this the expected behavior in VS Code, or is it caused by some configuration? Is there a way to keep the default action always as “Run Python File” without being overridden by recent selections?
All reactions