Skip to content

Commit 6ef92fd

Browse files
committed
Remove obsolete F# LanguageServer test files
1 parent 2fadb83 commit 6ef92fd

13 files changed

+1
-4887
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to FScript are documented in this file.
66

77
- Removed F# sources from `src/FScript.LanguageServer*` by moving LSP semantic modules into `FScript.CSharpInterop` and keeping `FScript.LanguageServer` as C# host.
88
- Replaced `FScript.LanguageServer.Tests` project with a C# test project and C# LSP test harness to remove F# compile cost from LanguageServer test builds.
9+
- Deleted obsolete F# LanguageServer test sources after C# test project migration.
910
- Enabled F# preview parallel compilation globally, disabled deterministic builds, and removed global RuntimeIdentifiers to reduce CI build latency.
1011
- Added `FScript.CSharpInterop` as a stable bridge for parse/infer/runtime-extern/stdlib-source services and wired LanguageServer through it.
1112
- Added `FScript.LanguageServer` host executable as the migration entrypoint for C#-owned LSP startup.

tests/FScript.LanguageServer.Tests/CSharpServerCoreTests.fs

Lines changed: 0 additions & 268 deletions
This file was deleted.

tests/FScript.LanguageServer.Tests/InteropServicesTests.fs

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)