-
Notifications
You must be signed in to change notification settings - Fork 21
[LSP] search for the nearest pyproject.toml file in the init feature rather than the initialization feature #743
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
Conversation
…he validation feature
PR Reviewer Guide 🔍(Review updated until commit da2b676)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to da2b676
Previous suggestionsSuggestions up to commit 90cdf3e
|
Persistent review updated to latest commit da2b676 |
PR Type
Enhancement
Description
Move pyproject discovery to init feature
Add project init/validation endpoint
Simplify server initialization flow
Minor logging and variable cleanups
Diagram Walkthrough
File Walkthrough
beta.py
Add initProject with pyproject discovery and validation
codeflash/lsp/beta.py
server.py
Remove pyproject lookup from LSP initialize
codeflash/lsp/server.py
lsp_logger.py
Minor logging comment cleanup
codeflash/lsp/lsp_logger.py