BrunoRoemers

Results 3 comments of BrunoRoemers

Thank you for sharing [this link](https://github.com/shellspec/shellspec/discussions/99), for some reason that did not come to my attention using the Github search bar. So, from what I saw in the code and...

Chiming in here because I'm having the exact same issue. ### The problem This seems to be a race condition. As @tdonohue observed, a separate DELETE request is made for...

I can confirm this behavior. Both `"editor.formatOnSaveMode": "modifications"` and `"editor.formatOnSaveMode": "modificationsIfAvailable"` don't work. As a workaround, I added the following to my `settings.json`: ```json "editor.formatOnSaveMode": "modificationsIfAvailable", "[prisma]": { "editor.formatOnSaveMode": "file",...