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

Get all Workspace documents #837

Closed
Dollmminode opened this issue Oct 9, 2019 · 2 comments
Closed

Get all Workspace documents #837

Dollmminode opened this issue Oct 9, 2019 · 2 comments

Comments

@Dollmminode
Copy link

Dollmminode commented Oct 9, 2019

Is there a possibility to get all workspace documents?

I am working on a path completion via the language server protocol, but at the moment i can only recommend already opened text documents. Is there any notification or request I can use, or is there an easy workaround?

And in addition, opening .csv files does not trigger the didOpen Notification. Why not?

(using vscode)

@rcjsuen
Copy link
Contributor

rcjsuen commented Oct 9, 2019

Is there a possibility to get all workspace documents?

No, the server is expected to figure this out based on the rootUri in the initialize request in the beginning.

And in addition, opening .csv files does not trigger the didOpen Notification. Why not?

(using vscode)

Ask your questions related to Visual Studio Code's LSP implementation in the microsoft/vscode-languageserver-node repository.

@Dollmminode
Copy link
Author

Oh, thanks.
I don't know why i didn't think about that ...

Ok, I will do that.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants