kirbydesign / designsystem

Kirby Design System
https://cookbook.kirby.design
MIT License
83 stars 22 forks source link

🔧 Change "source.fixAll.eslint" settings from "true" to "explicit" #3315

Closed jkaltoft closed 8 months ago

jkaltoft commented 8 months ago

Which issue does this PR close?

This PR closes NO ISSUE

What is the new behavior?

VS Code keeps auto-updating .vscode/settings.json with these changes. Commit the changes to get rid of the noise.

Does this PR introduce a breaking change?

Are there any additional context?

VS Code 1.85.0 and forward seems to expect this rather than a boolean value (deprecated). See e.g. https://stackoverflow.com/questions/77637621/vscode-workspace-settings-change-on-its-own

Checklist:

The following tasks should be carried out in sequence in order to follow the process of contributing correctly.

Reminders

Review

When the pull request has been approved it will be merged to develop by Team Kirby.