Skip to content

Fix editor formatting and VS Code integration - #95

Merged
willibrandon merged 14 commits into
mainfrom
fix/editorconfig-formatting
Aug 29, 2026
Merged

Fix editor formatting and VS Code integration#95
willibrandon merged 14 commits into
mainfrom
fix/editorconfig-formatting

Conversation

@willibrandon

@willibrandon willibrandon commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Formatting now starts with Roslyn's per-document options and applies only the editor's indentation settings. The VS Code extension opens framework and generated definitions through a URI format that survives editor normalization, while test discovery and execution are serialized so concurrent commands cannot build the same project at once. Test process markers are published atomically so cross-platform runs only observe complete state. Real LSP and desktop, remote, and web host tests cover these paths.

@willibrandon willibrandon added bug Something isn't working .NET Pull requests that update .NET code labels Aug 28, 2026
@willibrandon willibrandon self-assigned this Aug 28, 2026
@willibrandon willibrandon changed the title Preserve editorconfig formatting options Fix editor formatting and VS Code integration Aug 28, 2026
Comment thread tests/Csls.Tests/FileTextWaiterTests.cs Fixed
Comment thread src/Csls.Server/LanguageServer.ClientProcess.cs Fixed
Comment thread src/Csls.Workspaces/FileBasedAppProjectLoader.cs Fixed
Comment thread src/Csls.Workspaces/SolutionProjectCounter.cs Fixed
Comment thread src/Csls.Workspaces/SynchronizedWorkspaceLoader.cs Fixed
@willibrandon
willibrandon merged commit 2a36681 into main Aug 29, 2026
27 checks passed
@willibrandon
willibrandon deleted the fix/editorconfig-formatting branch August 29, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants