Maxime Mangel

Results 1077 comments of Maxime Mangel

I can confirm that the size of the terminal can have this impact. I was actually seeing this behaviour without knowing it as I always resized my terminal when a...

I don't think we can easily reformat the code sent. Imagine we have this code: ```fs let x = DateTime(2014, 7, 1, 16, 37, 0, DateTimeKind.Utc).ToString("""r \\\zz""", CultureInfo.InvariantCulture) ^ ```...

Hello @CanePlayz, Does the error goes away if you quit and restart VSCode? As a workaround can you try the following: **Workaround 1** 1. Save/Commit the work you don't to...

The clean command is because in general you add the `bin` and `obj` folders to the gitignore file. If you don't use Git, you can always remove the `bin` and...

Some languages like TypeScript are able to provide a choice when there are several candidates: ![CleanShot 2023-12-05 at 20 22 08@2x](https://github.com/ionide/ionide-vscode-fsharp/assets/4760796/6c2d5e22-e6ee-492e-86aa-a0c0302e8db3) I wonder if we should do something similar, it...

I believe what is happening is that Ionide is being activated because there is a `.sln` file. By default once it is loaded Ionide, will open the F# explorer view....

> However, would you want to always have the explorer off even for F# projects? Personally, I never use the solution explorer even if I contributed to it 😅 I...

Hello 128 inotify instance doesn't seems like a loot. If possible you can increase that limit: https://dev.to/rubiin/ubuntu-increase-inotify-watcher-file-watch-limit-kf4 I am not sure if this will helps, but in general on Unix...

I don't know from my experience VSCode/Ionide is not the only program that has this issues on my machines that's why I proposed to increase the limit. For now this...

@jkone27 I think it could help maintainers if you were able to provide a reproduction repository. Like that they can jump directly into fixing the issues instead of having to...