-
Notifications
You must be signed in to change notification settings - Fork 33
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
Projects require preliminary dotnet restore
for editor to provide features
#66
Labels
Comments
mickaelistria
added a commit
that referenced
this issue
Aug 1, 2017
Signed-off-by: Mickael Istria <[email protected]>
mickaelistria
added a commit
that referenced
this issue
Aug 1, 2017
Signed-off-by: Mickael Istria <[email protected]>
mickaelistria
added a commit
that referenced
this issue
Aug 10, 2017
Update of omnisharp-node-client removed requirements for `dotnet restore` Signed-off-by: Mickael Istria <[email protected]>
LucasBullen
pushed a commit
to LucasBullen/aCute
that referenced
this issue
Nov 21, 2017
Re-add previously removed workaround for OmniSharp/omnisharp-node-client#265
LucasBullen
pushed a commit
to LucasBullen/aCute
that referenced
this issue
Nov 21, 2017
Re-add previously removed workaround for OmniSharp/omnisharp-node-client#265 Signed-off-by: Lucas Bullen <[email protected]>
LucasBullen
pushed a commit
to LucasBullen/aCute
that referenced
this issue
Nov 21, 2017
Re-add previously removed workaround for OmniSharp/omnisharp-node-client#265 Signed-off-by: Lucas Bullen <[email protected]>
LucasBullen
pushed a commit
to LucasBullen/aCute
that referenced
this issue
Nov 21, 2017
Re-add previously removed workaround for OmniSharp/omnisharp-node-client#265 Signed-off-by: Lucas Bullen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most projects require users to first run
dotnet restore
on a project before the editor (the underlying LS actually) provide most features. This is caused by OmniSharp/omnisharp-node-client#265Invoking
dotnet restore
should be made automatically when starting up the LS so user isn't expected to do anything else.The text was updated successfully, but these errors were encountered: