-
Notifications
You must be signed in to change notification settings - Fork 420
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
[Cake] Find usages returns usages from loaded files when not requested. #1204
Labels
Comments
bjorkstromm
added a commit
to bjorkstromm/omnisharp-roslyn
that referenced
this issue
Jun 4, 2018
…rned if OnlyThisFile is true. - Fixes OmniSharp#1204
bjorkstromm
added a commit
to bjorkstromm/omnisharp-roslyn
that referenced
this issue
Jun 6, 2018
…rned if OnlyThisFile is true. - Fixes OmniSharp#1204
bjorkstromm
added a commit
to bjorkstromm/omnisharp-roslyn
that referenced
this issue
Jun 8, 2018
rchande
pushed a commit
to bjorkstromm/omnisharp-roslyn
that referenced
this issue
Jun 18, 2018
bjorkstromm
added a commit
to bjorkstromm/omnisharp-roslyn
that referenced
this issue
Jun 18, 2018
bjorkstromm
added a commit
to bjorkstromm/omnisharp-roslyn
that referenced
this issue
Jun 18, 2018
bjorkstromm
added a commit
that referenced
this issue
Jun 18, 2018
GH1204: Only return usages from current file if OnlyThisFile is true
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/findusages
set withOnlyThisFile: true
in request still returns usages from files included via#load
directive. Side effects of this can be seen in image below (see highlighting):Request:
Response:
The text was updated successfully, but these errors were encountered: