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

Don't alert users about fsiExtraParameters if no actual parameters are passed #1305

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

baronfel
Copy link
Contributor

When working on ionide/ionide-vscode-fsharp#2016, which exposes the new FSI extra parameters options from FSAC 0.73.1, I found the FSAC would always alert users even if no settings were passed on the fsiExtraParameters object. I think this is a serialization quirk, but since it's easy to detect empty arrays and ignore them, I've done so to prevent annoying users.

@baronfel baronfel marked this pull request as ready for review June 17, 2024 15:51
@baronfel baronfel merged commit 23a592b into ionide:main Jun 17, 2024
25 of 26 checks passed
@baronfel baronfel deleted the do-not-pester-users-as-much branch June 17, 2024 17:46
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