-
Notifications
You must be signed in to change notification settings - Fork 419
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
CSX project system should listen file added events #227
Comments
Yes!
|
does the client currently notify omnisharp at all about new document creation/deletion? |
they should! there is a route |
also on windows we could use the native file watcher, see #193 |
We add new cs files to a project without a watcher.
|
yeah, but only when their path matches the path of another directory. So, as a first step we could add the logic here: https://github.com/OmniSharp/omnisharp-roslyn/blob/master/src/OmniSharp/Roslyn/BufferManager.cs. That would make sure new files sort even without file events |
Fixed a typo in README.md
I would be cool if the ScriptCS project system listens to additions and deletions of CSX files so that OmniSharp doesn't need to be restarted.
The text was updated successfully, but these errors were encountered: