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

When migrating old whitespaceAroundPipe setting to AddWhitespaceAroundPipe, remove old setting now #2830

Merged
merged 1 commit into from
Jul 23, 2020

Conversation

bergmeister
Copy link
Contributor

@bergmeister bergmeister commented Jul 23, 2020

PR Summary

Resolves #2693

Remove old setting values now instead of just populating the new one.
Old setting has to be temporarily introduced because the vscode.WorkspaceConfiguration.update('codeFormatting.whitespaceAroundPipe', undefined) API only works when the extension defines the setting.

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.

  • PR has a meaningful title
  • Summarized changes
  • PR has tests
  • This PR is ready to merge and is not work in progress
    • If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready

@rjmholt rjmholt requested a review from TylerLeonhardt July 23, 2020 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove codeFormatting.whitespaceAroundPipe setting for users in next stable version
3 participants