Skip to content

Fix file loading/name resolution in the language server #1063

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

Closed
MikhailArkhipov opened this issue Mar 13, 2018 · 1 comment · Fixed by #1231
Closed

Fix file loading/name resolution in the language server #1063

MikhailArkhipov opened this issue Mar 13, 2018 · 1 comment · Fixed by #1231
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality
Milestone

Comments

@MikhailArkhipov
Copy link

Currently LoadFromDirectoryAsync loads everything and some files stop on each other. We need to clean this up and figure out how to load files/modules/names properly.

@MikhailArkhipov MikhailArkhipov added feature-request Request for new features or functionality area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. needs PR labels Mar 13, 2018
@MikhailArkhipov MikhailArkhipov added this to the April 2018 milestone Mar 13, 2018
@MikhailArkhipov MikhailArkhipov self-assigned this Mar 13, 2018
@MikhailArkhipov
Copy link
Author

Also, needs better rules for excluding folders that are virtual environments

@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant