sec / dotnet-core-freebsd-source-build

Collection of script to build .NET Core under FreeBSD OS (with binary releases)
MIT License
53 stars 4 forks source link

f# ionide plugin vscode #17

Closed devosalain closed 1 year ago

devosalain commented 1 year ago

f# ionide plugin for vscode does not work.

sec commented 1 year ago

Can you provide more details - this sentence doesn't really tells me anything? :)

devosalain commented 1 year ago

I'm sorry. Using vscode with F#/ionide plugin works fine on Gentoo-Linux or Ubuntu-Linux. On FreeBSD it works half. In the editor function signatures are not given. PS: Thanks for making the builds. But on FreeBSD it would be nice to have a "dotnet-sdk-6.0" or "dotnet-sdk-7.0" package as I have on Ubuntu. Meaning one "pkg install" to install everything.

sec commented 1 year ago

There's no offical support for .NET under FreeBSD - so there's no easy way to pkg install :) You have to download binaries, extract it to ex. /usr/local/share/dotnet and add that to PATH (either your local user or global profile), so that you'll have dotnet available system/user wide.

Can you provide some error/logs from VSCode console/debug/output/something?

sec commented 1 year ago

Closing this as it's not related to .NET build directly.