Files
openide/native/XPlatLauncher
Nikolay Chashnikov b662dca93f [launcher] use overriden envVarBaseName in product-info.json for custom commands (RDCT-1735)
Since 7ce799261de4c6cd38 the launcher doesn't compute names of the environment variables using 'vmOptionsFilePath' and reads the explicit name instead. So we also need to load the custom env variable base name explicitly for the cases when the frontend process is started from the full IDE.

GitOrigin-RevId: 5bf42471b75a6cde3b9bb40c667a840286988496
2024-10-03 14:41:32 +00:00
..
2024-09-10 21:25:30 +00:00

Known issues:

  1. ... invalid data in index - calculated checksum does not match expected; class=Index (10) TLDR: git config --local index.skiphash false && git reset --mixed && git update-index --refresh

check your feature.manyfiles / index.skiphash

git v2.40.0+ causes cargo to fail on our repo with index.skiphash set to true git.manyfiles=true implies index.skiphash=true by default

libgit2 has merged the fix, but didn't release it yet https://github.com/libgit2/libgit2/issues/6531

cargo issue https://github.com/rust-lang/cargo/issues/11857