-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
[WIP]: Better Analysis tool #2098
base: v2-dev
Are you sure you want to change the base?
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@@ -2,6 +2,7 @@ | |||
"editor.tabSize": 2, | |||
"editor.inlineSuggest.showToolbar": "always", | |||
"biome.enabled": true, | |||
"editor.formatOnSave": true, |
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.
Ah, I think we'd better not enable this feature in the workspace. It doesn't suit the development habits of all developers. Maybe you could move this setting to the VSCode global settings. WDYT?
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.
I marked the task as wip in order to sync my config in different workspace. when the task is ready for check will be remove :D
TL;DR
It's a long task and i still update.
Check List
Others
I gave up some of the integration logic. Instead, I used other implementations. Don't worry everything is go on.