Maxime Mangel

Results 1077 comments of Maxime Mangel

I did another test in order to isolate the problem, if I deactivate the F# grammar using: ```json { "name": "fsharp", "scopeName": "source.fsharp", "fileTypes": [ "fs" ], "foldingStartMarker": "", "foldingStopMarker":...

Hello @baronfel, I re-tested different configurations: ## Test scenario 1. Open a file `test.fsx` which contains the following code ```fs let ``Get does not throw for non-existent id ()`` =...

I think there is no classification reported for the fist line and so this is all done by the textmate grammar. **Correctly highlighted line but it is done by textmate...

I think this issue can be closed https://user-images.githubusercontent.com/4760796/185082310-fee70d54-bf31-47d2-bc69-2dc86d2e03fc.mp4

Tested with Ionide 7.0.0: I wanted to have a look at this issue but I am not sure what the problem is. File explorer: ![image](https://user-images.githubusercontent.com/4760796/184887650-fe72038f-00dc-4e02-8edc-367db804e9f8.png) F# solution explorer: ![image](https://user-images.githubusercontent.com/4760796/184888147-68585424-b45d-437d-85bc-6023aadd7354.png) It...

With the new Fantomas service, is there still something to be done for this issue?

Hello, hum in this PR @nojaf you are removing `yarn.lock` file which is not related to webpack. I think this is an error on your side or that your changes...

@nojaf TBH I think I originally missread the PR 😅 When I saw `-3,462` lines I looked for the cause of all that removal and saw that it was the...

@nojaf Bundling still makes sense nowdays because: - You can minify the code and so there are less stuff to access - Remove the comments which don't need to parse...

Hello, the problem you are encountering with the workaround is related to https://github.com/ionide/ionide-vscode-fsharp/issues/1073 There is probably something in FSAC that's causing this problem but we aren't able to find the...