-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Centralize all file system access in VLS #800
Labels
Comments
46 tasks
2 tasks
octref
added a commit
that referenced
this issue
Jun 3, 2018
[WIP] Initial cut for document manager. #800
Closed
Outdated and won't do any more. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Currently Vetur's file system access is scattered throughout the code. However, we also use
TextDocuments
from https://github.com/Microsoft/vscode-languageserver-node to track LSP documents, and with the new FileEvents generated through VS Code file watcher, it's time to put these all together.Benefits
Fixes
Unblocks
The text was updated successfully, but these errors were encountered: