Skip to content

Commit f22453e

Browse files
committed
test(lsp): reuse shared server process across language server tests
1 parent def7f17 commit f22453e

File tree

2 files changed

+195
-398
lines changed

2 files changed

+195
-398
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to FScript are documented in this file.
77
- Updated runtime/test project package versions after NuGet publish verification.
88
- Enforced strict changelog gates in CI (PR + main) and added `make verify-changelog` local preflight.
99
- Optimized `FScript.LanguageServer.Tests` startup by building the language server once per run instead of once per test.
10+
- Reused a single LSP server process across `FScript.LanguageServer.Tests` and added per-test document cleanup for isolation, reducing suite runtime substantially.
1011

1112
## [0.32.0]
1213

0 commit comments

Comments
 (0)