- Notifications
You must be signed in to change notification settings - Fork714
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@@ -161,8 +161,12 @@ | |||
"Fix All: ": "Fix All: ", | |||
"C# Workspace Status": "C# Workspace Status", | |||
"Open solution": "Open solution", | |||
"Select context": "Select context", | |||
"C# Project Context Status": "C# Project Context Status", | |||
"Active File Context": "Active File Context", |
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.
Wondering - could we merge this into the select button?
e.g.ProjectA (net6.0) Change Active File Context
or maybe we could even put the document name in it?ProjectA (net6.0) Change Program.cs Context
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.
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?
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.
ah hmm. I wonder if we should just always show the button even if there's only one. Not sure
6ca46de
to44b576a
Compare- Adds select project context commands- Adds the select command to the Project Context status item- Updates middleware to send selected context with server requests.
44b576a
toee62554
Compare
Uh oh!
There was an error while loading.Please reload this page.
This PR builds on#7321 and adds the ability to select a document's project context.
Select.Project.Context.mp4
TODO: