Skip to content
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

fix: do not enable steep if Steepfile is not exist to resolve #756 #789

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

elct9620
Copy link
Contributor

According to #756 (comment) the lsp_settings#root_path(['Steepfile']) cannot detect Steepfile correctly.

I referenced the typescript-language-server.vim and changed it to lsp#utils#find_nearest_parent_file(lsp#utils#get_buffer_path(), 'Steepfile'), and the issue was resolved.

@mattn mattn merged commit bd6c80e into mattn:master Jan 16, 2025
14 checks passed
@mattn
Copy link
Owner

mattn commented Jan 16, 2025

Thank you

@elct9620 elct9620 deleted the fix/steepfile-detect-incorrect branch January 16, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants