Jimmy Byrd
Jimmy Byrd
cc @farlee2121
I started some of that work in https://github.com/fsharp/FsAutoComplete/pull/1111
Since we use FileSystemWatcher for changes to fsproj and related files it's a dotnet runtime issue. https://github.com/dotnet/runtime/issues/62869
> If so, shouldn't Ionide only ever be creating one FileSystemWatcher at a time? No, we create `FileSystemWatcher` to watch F# Projects and related files to know when to schedule...
@baronfel is this something we have to pester the C# plugin about?
So it seems like the C# plugin is just ignoring all fsproj files in any of their pickers. You'll have to click `create a launch.json file`  It'll still pop...
I think we might be hitting https://github.com/dotnet/fsharp/issues/14313
I think this issue is because something isn't working with only the 6 SDK installed. I use it at work with 6/7/8 installed and don't see this behavior.
I'm guessing this is because `HttpHandler` and `HttpFunc` are aliases. Looks to be failing [here](https://github.com/fsharp/FsAutoComplete/blob/131d8cb2ead792007e30d4d262fa2059dbd3083e/src/FsAutoComplete.Core/TypedAstUtils.fs#L234-L246). Since this error is coming in the compiler itself, this might be something that has...
@baronfel we do have a few closed issues about the combination of `arm` `macos` and `net 6.0` having a lot of issues, which is hard to test against since I...