-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feath(filter): add handleBitmask #63
Conversation
🦋 Changeset detectedLatest commit: 51734be The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: +158 B (+1%) Total Size: 23.6 kB
ℹ️ View Unchanged
|
@@ -4,8 +4,8 @@ | |||
"typescript.tsdk": "node_modules/typescript/lib", | |||
"typescript.enablePromptUseWorkspaceTsdk": true, | |||
"editor.codeActionsOnSave": { | |||
"source.organizeImports.rome": true, | |||
"source.fixAll": true | |||
"source.organizeImports.rome": "explicit", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is causing this, do you know?. I wake up every morning and this change is in my editor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The old keyword has been deprecated - vscode auto updates I should update this in all repos so we don't get it anymore.
No description provided.