Skip to content

Conversation

JoeRobich
Copy link
Member

@JoeRobich JoeRobich commented Jul 9, 2024

Adds a status item to display the project context of the active C# file.

For files in the open workspace:
image

For files in the misc workspace:
image

When running with DevKit:
image

@JoeRobich JoeRobich requested a review from a team as a code owner July 9, 2024 23:15
languageServerOptions.documentSelector
);
item.name = vscode.l10n.t('C# Project Context Status');
item.detail = vscode.l10n.t('Project Context');
Copy link
Member

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'?

Copy link
Member Author

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?

@JoeRobich JoeRobich force-pushed the dev/jorobich/project-context-item branch from d97da14 to 077928f Compare July 10, 2024 08:01
@JoeRobich JoeRobich force-pushed the dev/jorobich/project-context-item branch from 077928f to 39cb053 Compare July 10, 2024 08:10
Copy link
Member

@dibarbet dibarbet left a 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!

@JoeRobich JoeRobich merged commit 09d8fd9 into main Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants