Skip to content

Commit 9f8439f

Browse files
authored
Merge pull request #16884 from dotnet/merges/main-to-lsp
Merge main to lsp
2 parents 96bac02 + 53aa113 commit 9f8439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/FSharp.Compiler.Service.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<Link>SyntaxTree\lex.fsl</Link>
235235
</FsLex>
236236
<FsYacc Include="pars.fsy">
237-
<OtherFlags>-v --module FSharp.Compiler.Parser --open FSharp.Compiler --open FSharp.Compiler.Syntax --open FSharp.Compiler.Text --internal --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing --buffer-type-argument char</OtherFlags>
237+
<OtherFlags>--module FSharp.Compiler.Parser --open FSharp.Compiler --open FSharp.Compiler.Syntax --open FSharp.Compiler.Text --internal --lexlib Internal.Utilities.Text.Lexing --parslib Internal.Utilities.Text.Parsing --buffer-type-argument char</OtherFlags>
238238
<Link>SyntaxTree\pars.fsy</Link>
239239
</FsYacc>
240240
<None Include="pplex.fsl">

0 commit comments

Comments
 (0)