You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I put an incorrect value in the the source.* stars, I get the following error:
Value is not accepted. Valid values: "always", "explicit", "never", true, false.
However, when I put the boolean true or false in the settings, I get a warning that says Incorrect type. Expected "string". The values still toggle linting behaviour as expected, but the warning remains.
The text was updated successfully, but these errors were encountered:
Are you referring to the source.organizeImports / source.fixAll code actions that you're setting in editor.codeActionsOnSave or notebook.codeActionsOnSave? I think that's unrelated to the extension because VS Code has deprecated the boolean values in those fields. Refer to #313 which has some links to the VS Code repository. Maybe, they've made this a hard error with the recent update?
When I put an incorrect value in the the source.* stars, I get the following error:
However, when I put the boolean
true
orfalse
in the settings, I get a warning that saysIncorrect type. Expected "string".
The values still toggle linting behaviour as expected, but the warning remains.The text was updated successfully, but these errors were encountered: