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

update vscode settings for codeActionsOnSave to use new field instead of boolean #2465

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

imatiach-msft
Copy link
Contributor

Description

update vscode settings for codeActionsOnSave to use new field instead of boolean

See more info here:
https://stackoverflow.com/questions/77637621/vscode-workspace-settings-change-on-its-own
And also vscode release docs:
https://code.visualstudio.com/updates/v1_85#_code-actions-on-save-and-auto

Since vscode 1.85.0 release this field has changed from a boolean true/false to the string values explicit/always/never.
Setting this field since on every save action in vscode this file appears to have changes.
 

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft merged commit 5e9b84c into main Dec 21, 2023
60 checks passed
@imatiach-msft imatiach-msft deleted the ilmat/update-vscode-settings branch December 21, 2023 18:34
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