Git diff fails to execute for auto complete when using WSL #3454
Labels
area:autocomplete
Relates to the auto complete feature
ide:jetbrains
Relates specifically to JetBrains extension
kind:bug
Indicates an unexpected problem or unintended behavior
Before submitting your bug report
Relevant environment info
Description
When
Enable tab autocomplete
is checked, auto complete does not display and any change to a file pops up the errorError handling message of type getDiff: java.io.IOException: Cannot run program "git" (in directory "\\wsl$\Ubuntu\home\test-project"): CreateProcess error=2, The system cannot find the file specified
because it's trying to execute Windows Git while PHPStorm is accessing a project in WSL, but not running in WSL remote development modeOriginally posted by @timbit123 in #1466 (comment) but no issue was raised
To reproduce
Log output
The text was updated successfully, but these errors were encountered: