Skip to content

Log settings when capturing logs#8948

Merged
JoeRobich merged 2 commits intomainfrom
dev/jorobich/capture-settings
Feb 4, 2026
Merged

Log settings when capturing logs#8948
JoeRobich merged 2 commits intomainfrom
dev/jorobich/capture-settings

Conversation

@JoeRobich
Copy link
Member

Builds on #8942

In addition to C# and C# LSP logs, capture the C# settings for the user.

@JoeRobich JoeRobich requested a review from a team as a code owner February 3, 2026 22:03
function gatherCurrentSettings(): string {
const settings = {
commonOptions: {
waitForDebugger: commonOptions.waitForDebugger,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible to iterate the properties on the type, so it would automatically pick up new values?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, I think I could use the KeysOf helper

@JoeRobich JoeRobich merged commit f4049d9 into main Feb 4, 2026
33 checks passed
@JoeRobich JoeRobich deleted the dev/jorobich/capture-settings branch February 4, 2026 02:27
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