Open
Activate F# expression compiler with initial lowering for Seq/List expressions#1
Conversation
…eton and tests Co-authored-by: majocha <1760221+majocha@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Expand F# evaluator implementation in majocha/FSharpExpressionEvaluator
F# expression evaluator: real type-name formatting, ExpressionCompiler skeleton, and unit tests
Mar 6, 2026
…wing CreateVsdbgConfigFile target Co-authored-by: majocha <1760221+majocha@users.noreply.github.com>
Copilot
AI
changed the title
F# expression evaluator: real type-name formatting, ExpressionCompiler skeleton, and unit tests
Fix VSSDK1025: Mar 6, 2026
.vsdconfig not generated on Windows, breaking VSIX build and debugger extension
Co-authored-by: majocha <1760221+majocha@users.noreply.github.com>
Copilot
AI
changed the title
Fix VSSDK1025:
Add F#-specific value formatting; fix VSSDK1025 .vsdconfig missing on Windows
Mar 6, 2026
.vsdconfig not generated on Windows, breaking VSIX build and debugger extension…int; Name: string |}) Co-authored-by: majocha <1760221+majocha@users.noreply.github.com>
Copilot
AI
changed the title
Add F#-specific value formatting; fix VSSDK1025 .vsdconfig missing on Windows
Add sample debug project + F#-specific type formatting (tuples, anonymous records, named types)
Mar 6, 2026
…tion Co-authored-by: majocha <1760221+majocha@users.noreply.github.com>
Copilot
AI
changed the title
Add sample debug project + F#-specific type formatting (tuples, anonymous records, named types)
Add debug sample project + F#-idiomatic type formatting for tuples, anonymous records, and named types
Mar 6, 2026
Copilot
AI
changed the title
Add debug sample project + F#-idiomatic type formatting for tuples, anonymous records, and named types
Activate F# expression compiler with initial lowering for Seq/List expressions
May 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The F# expression compiler path existed only as an unregistered skeleton, so F# sessions had no compiler-specific handling for expressions. This change activates that path and adds a small, pure lowering layer so a first subset of F# syntax can be compiled through the existing C# EE.
Compiler activation
Compiler.vsdconfigxmlin the F# evaluator projectNotImplementedExceptionPure lowering layer
ExpressionLowering.fsas a VS-independent preprocessing moduleexpr.[i])Seq.*/List.*module callsCompiler delegation
ExpressionCompiler.fsto:DkmLanguageExpressionCompileExpression/CompileAssignmentto the built-in C# EEGetClrLocalVariableQueryand unsupported expressions on the fallback pathCoverage and docs
Example of the new lowering behavior:
becomes:
Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.