fitzgen / is_executable

Is there an executable file at the given path?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Returns `true` for `.cpp` on Linux?

SansPapyrus683 opened this issue · comments

I'm using this extension on both normal Windows and WSL.
For a C++ file, the function returns false on Windows but true on WSL. Is this intended behavior?