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

set default repl editor label #225740

Merged
merged 1 commit into from
Aug 16, 2024
Merged

set default repl editor label #225740

merged 1 commit into from
Aug 16, 2024

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Aug 16, 2024

@amunger amunger changed the title repl label api set default repl editor label Aug 16, 2024
@amunger amunger marked this pull request as ready for review August 16, 2024 00:19
@amunger amunger enabled auto-merge (squash) August 16, 2024 00:19
@vs-code-engineering vs-code-engineering bot added this to the August 2024 milestone Aug 16, 2024
@amunger amunger merged commit d466c91 into main Aug 16, 2024
6 checks passed
@amunger amunger deleted the aamunger/ReplLabel branch August 16, 2024 01:30
return 'REPL';
}

const match = new RegExp('Untitled-(\\d+)\.').exec(resource.path);
Copy link
Member

Choose a reason for hiding this comment

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

If you want this to avoid triggering on saved files that have that name you could check the scheme

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants