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

Ensure prompts related to environment selection do not show up at startup #19483

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

karrtikr
Copy link

For #19174

@karrtikr karrtikr added the feature-request Request for new features or functionality label Jul 15, 2022
@@ -100,7 +100,12 @@ export class InvalidPythonInterpreterService extends BaseDiagnosticsService
);
}

public async diagnose(resource: Resource): Promise<IDiagnostic[]> {
// eslint-disable-next-line class-methods-use-this
public async diagnose(_resource: Resource): Promise<IDiagnostic[]> {
Copy link
Author

Choose a reason for hiding this comment

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

This is auto run at start, and we do not env prompts to show up at startup.

@karrtikr karrtikr merged commit 9929f76 into main Jul 15, 2022
@karrtikr karrtikr deleted the noenvprom branch July 15, 2022 04:17
wesm pushed a commit to posit-dev/positron that referenced this pull request Mar 28, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants