-
Notifications
You must be signed in to change notification settings - Fork 677
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
Add Project Context status item #7321
Conversation
languageServerOptions.documentSelector | ||
); | ||
item.name = vscode.l10n.t('C# Project Context Status'); | ||
item.detail = vscode.l10n.t('Project 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.
Instead of 'Project Context' in the right hand part of the status bar item, maybe '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.
I'll change to that. @mikadumont is there a name you prefer here?
d97da14
to
077928f
Compare
077928f
to
39cb053
Compare
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.
A couple small comments, but nothing blocking. Would be great to get this in for next weeks release!
Adds a status item to display the project context of the active C# file.
For files in the open workspace:
For files in the misc workspace:
When running with DevKit: