Skip to content
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

Added option to run multiple Python files in separate terminals #21223

Merged
merged 8 commits into from
May 10, 2023

Conversation

karrtikr
Copy link

@karrtikr karrtikr commented May 10, 2023

Closes #21215 #14094

Added the option to assign a dedicated terminal for each Python file:

image

@karrtikr karrtikr added feature-request Request for new features or functionality skip package*.json package.json and package-lock.json don't both need updating labels May 10, 2023
@karrtikr karrtikr changed the title Add a new option to run in separate terminals Added option to run multiple Python files in separate terminals May 10, 2023
@karrtikr karrtikr marked this pull request as ready for review May 10, 2023 22:45
@karrtikr karrtikr enabled auto-merge (squash) May 10, 2023 22:45
@VSCodeTriageBot VSCodeTriageBot added this to the May 2023 milestone May 10, 2023
@karrtikr karrtikr merged commit 1533818 into microsoft:main May 10, 2023
25 checks passed
@karrtikr karrtikr deleted the terminalru branch May 10, 2023 23:17
@@ -105,7 +105,7 @@ suite('Terminal Service Factory', () => {
expect(notSameAsThirdInstance).to.not.equal(true, 'Instances are the same');
});

test('Ensure different terminal is returned when using different resources from the same workspace', () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Details

eleanorjboyd pushed a commit to eleanorjboyd/vscode-python that referenced this pull request May 12, 2023
karthiknadig added a commit to karthiknadig/vscode-python that referenced this pull request Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality skip package*.json package.json and package-lock.json don't both need updating
Projects
None yet
4 participants