VSCode Plugin: Are the editor settings still accurate? #1813
Answered
by
nhedger
araphiel-nf
asked this question in
Q&A
-
Currently, the docs state that the editor settings should look like this: {
"editor.codeActionsOnSave": {
"quickfix.biome": true,
"source.organizeImports.biome": true,
}
} However, VSCode repeatedly attempts to modify them to |
Beta Was this translation helpful? Give feedback.
Answered by
nhedger
Feb 13, 2024
Replies: 1 comment 1 reply
-
Yes, the docs are outdated. VS Code automatically migrates the setting. You’re welcome to send a PR if you want, otherwise I’ll fix it when I have a minute. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nhedger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the docs are outdated. VS Code automatically migrates the setting. You’re welcome to send a PR if you want, otherwise I’ll fix it when I have a minute.