-
Notifications
You must be signed in to change notification settings - Fork 736
Add ability to select a document's project context #7328
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
Changes from all commits
21ed6a9
8e5b3b8
303c38c
f514321
4a9c044
d5b7441
f7ee56f
0857640
5ec5883
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -141,6 +141,7 @@ | |
| "Text editor must be focused to fix all issues": "Text editor must be focused to fix all issues", | ||
| "Fix all issues": "Fix all issues", | ||
| "Select fix all action": "Select fix all action", | ||
| "Select project context": "Select project context", | ||
| "C# LSP Trace Logs": "C# LSP Trace Logs", | ||
| "Open solution": "Open solution", | ||
| "Restart server": "Restart server", | ||
|
|
@@ -162,6 +163,7 @@ | |
| "Suppress notification": "Suppress notification", | ||
| "Restore {0}": "Restore {0}", | ||
| "Restore already in progress": "Restore already in progress", | ||
| "Select context": "Select context", | ||
| "C# Project Context Status": "C# Project Context Status", | ||
| "Active File Context": "Active File Context", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wondering - could we merge this into the select button? or maybe we could even put the document name in it?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, although the select command is only visible when there are multiple project contexts. Would it be jarring for the text to move from the item details to the command and back again as you navigate?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ah hmm. I wonder if we should just always show the button even if there's only one. Not sure
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should get it into preview in its current form and work out user experiences issues from there. |
||
| "Initializing dotnet-trace.../dotnet-trace is a command name and should not be localized": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed some trailing whitespace from Razor entries.