tintoy / msbuild-project-tools-vscode

VS Code extension for MSBuild intellisense (including PackageReference completion).
MIT License
82 stars 16 forks source link

Add F# project files to the list of msbuild extensions. #124

Closed SchlenkR closed 10 months ago

SchlenkR commented 10 months ago

see also: https://github.com/ionide/ionide-vscode-fsharp/issues/1917

I hope that't basically it for binding .fsproj files to this extension. I didn't test it TBH.

SchlenkR commented 10 months ago

In addition, I think Directory.Build.props should be bound to this extension, too.

tintoy commented 10 months ago

Thanks! Yes, technically the extension is happy to provide language services for **/*.*proj so it should be fine.