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

Conpty and env reporting settings use an invalid default value #242227

Closed
Tyriar opened this issue Feb 27, 2025 · 0 comments · Fixed by #242228
Closed

Conpty and env reporting settings use an invalid default value #242227

Tyriar opened this issue Feb 27, 2025 · 0 comments · Fixed by #242228
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders terminal General terminal issues that don't fall under another label verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Feb 27, 2025

default: ((): boolean => {
const productService = Registry.as<IConfigurationRegistry>(Extensions.Configuration).getConfigurations()[0] as IProductConfiguration;
return productService?.quality !== 'stable';
})()

@Tyriar Tyriar added bug Issue identified by VS Code Team member as probable bug terminal General terminal issues that don't fall under another label labels Feb 27, 2025
@Tyriar Tyriar added this to the February 2025 milestone Feb 27, 2025
@Tyriar Tyriar self-assigned this Feb 27, 2025
@Tyriar Tyriar closed this as completed in cc54a91 Feb 27, 2025
@vs-code-engineering vs-code-engineering bot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Feb 27, 2025
@rzhao271 rzhao271 added the verified Verification succeeded label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders terminal General terminal issues that don't fall under another label verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants