react-component-tree
react-component-tree copied to clipboard
WSL support
Is your feature request related to a problem? Please describe. Currently I work in using Windows Subsystem for Linux and keep my code in a git folder in WSL. If I try to load up index.tsx (\wsl.localhost\Ubuntu\home\my_user\git\my_project\pages\index.tsx) it can't parse it.
Edit to add: I played around with it some more and this problem only seems to occur if I go to the extension in the left-hand side bar and click "Choose file..". If I instead navigate to the index.tsx file and then click "Build Tree", it will parse it as expected.
Describe the solution you'd like I would like to see the component tree while utilizing WSL.
@ArulValan can you look into this