Maxime Mangel

Results 1077 comments of Maxime Mangel

Hello, What is the use case for this feature ? Asking because to me it seems like this is trying to fix a problem that don't exist or where the...

`.config.fs.jsx` you can use `dotnet fable -e jsx` in order to not have the `.fs.jsx` prefix and if you don't want to mix us the files, you can use `--outDir`...

On another note, I don't think we can add custom directives for `#`. Right now, it doesn't seems to make F# compiler complains but this would need to be checked...

@shayanhabibi Would using [FSharp.SystemCommandLine](https://github.com/JordanMarr/FSharp.SystemCommandLine) benefit us?

Hello, I didn't investigate this error but in Glutinum I do something similar using this code: ```fs let errorOrigin = let filePath = let index = filePath.IndexOf("src/Glutinum.Converter") "./" + filePath.Substring(index)...

@joprice Could you please tell me how do you invoke FCS directly? Also, I tried to use the configuration you describe and was not able to get the same result...

I think `let getBasicCompilerArgs () =` is the right place to pass CLI arguments to FCS at least for debugging purpose for now. Because the option listed in in this...

Hello @brand17, I am not sure I understand the issue here. Can you please explain in more details the issue or what is causing it ?

Ionide is not the one handling auto formatting but use [Fantomas](https://github.com/fsprojects/fantomas) under the hood. You should look in their documentation if you can change some setting to get the behavior...

Hello @joprice, could you please provide a reproduction snippet?