-
Notifications
You must be signed in to change notification settings - Fork 22
misc fixes [VSC] #918
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
misc fixes [VSC] #918
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
codeflash/cli_cmds/cmd_init.py
Outdated
|
|
||
| return Confirm.ask( | ||
| "⚡️ Would you like to enable telemetry to help us improve the Codeflash experience?", | ||
| "⚡️ Help us improve Codeflash by sharing anonymous usage data (e.g., commands run, errors encountered)?", |
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.
we don't even get this data right now. only get posthog events. what do we get from sentry?
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.
We are not having cmd runs but errors for sure.
PR Type
Enhancement
Description
Improve telemetry prompt clarity
Add robust config suggestion fallbacks
Suggest only existing workspace directories
Default to current directory when unknown
Diagram Walkthrough
File Walkthrough
cmd_init.py
Clarify telemetry enablement promptcodeflash/cli_cmds/cmd_init.py
beta.py
Robust LSP config suggestion fallbackscodeflash/lsp/beta.py