Replies: 2 comments 20 replies
-
i think you are absolutely right. |
Beta Was this translation helpful? Give feedback.
4 replies
-
I'd be interested in seeing the Fable REPL adapted to provide an F# extension for VSCode. Perhaps an Ionide-Fable extension? The upside for this approach is an Ionide-Fable extension would be a good fit for running in the new browser-only VSCode modes, as well as faster/easier install in places like GitPod/Code Spaces. Point is, that might need to be a separate plugin from this plugin. |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I for one never use the debugging support provided, and it's a non-trivial (~150 MiB) amount of stuff to download. The extension should just provide FSAC and other F# features.
The C# extension downloads a bunch of potentially unnecessary support as well, like ASP.NET Core and Razor support which I also never use. To make things worse, ionide doesn't even start working until everything is installed. So I have to wait for C# features I'll never use to be installed before I can get to editing. Overall, this makes the F# extension feel needlessly bloated.
I am fully in favor of incremental complexity. Start with a base F# extension, and let the user add features they need (Debugging, C# support, etc) as needed. The extension should make this adding of features easy, or maybe an extension pack can provide this extension grouping for people that want all of the things right away.
Beta Was this translation helpful? Give feedback.
All reactions