Bryan Kenote
Bryan Kenote
Rolling back to 12.1.0 resolved this for me.
This seems to have improved recently. Maybe https://github.com/Mofiqul/vscode.nvim/pull/181? Are there any differences that still exist that can be documented here?
https://github.com/sindrets/diffview.nvim/blob/4516612fe98ff56ae0415a259ff6361a89419b0a/lua/diffview/path.lua#L297-L300 So it looks this is looking for environment vars in the path and trying to replace them with it's value.
If we don't want to modify the existing method this way, we could also either 1. pass a parameter to disable replacing segments with environment vars or 2. make a...