Agustin Ranieri
Agustin Ranieri
I tried again and could install it 👍🏻
Quick update: with the latest versions the z-index values have increased 😄 ```css .medium-zoom-overlay { z-index: 30; } .medium-zoom-image--opened { z-index: 31; } ```
This library relies heavily on [nested functions](https://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html), which is a `gcc` specific feature, so: 1. VSCode IntelliSense is not smart enough to recognize them (see https://github.com/microsoft/vscode-cpptools/issues/1035). I recommend disabling IntelliSense...
Have you considered using a temporary folder for logging instead of a relative path? https://github.com/scalameta/metals/blob/06b8ea1945a855dbcc539b840c8cdced600cff31/metals/src/main/scala/scala/meta/internal/metals/Directories.scala#L15-L16
Was able to reproduce it when creating a new file
Same here, got the same issue after duplicating a request, and the fix was removing the file and then adding it back. It is also happening after restarting Postman.