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

LSP: Scan for projects on server init. #6370

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

dbalek
Copy link
Contributor

@dbalek dbalek commented Aug 23, 2023

Workspace folder(s) should be scanned for projects the server initialization.
In case the workspace folder represents a project, it is immediately opened (together with its sub-projects), as it was done while searching for test methods.
In case the workspace folder does not represent a project, the folder is scanned to find all projects contained in its sub-folders.

@dbalek dbalek added LSP [ci] enable Language Server Protocol tests VSCode Extension [ci] enable VSCode Extension tests labels Aug 23, 2023
@dbalek dbalek added this to the NB20 milestone Aug 23, 2023
@dbalek dbalek requested review from MartinBalin and sdedic August 23, 2023 11:37
@dbalek dbalek self-assigned this Aug 23, 2023
@dbalek dbalek force-pushed the dbalek/lsp-scan-for-projects branch from dc23caf to 8746414 Compare August 24, 2023 11:54
@dbalek dbalek merged commit b934174 into apache:master Aug 24, 2023
@dbalek dbalek deleted the dbalek/lsp-scan-for-projects branch August 24, 2023 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LSP [ci] enable Language Server Protocol tests VSCode Extension [ci] enable VSCode Extension tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants