get-windows
get-windows copied to clipboard
Application is getting crashed after adding the library
I am building a VS code extension where I have to find my current foreground application and its details. Initially, after adding the package I was getting a Node_Package_Module version mismatch issue. then I build the package rebuild the package targeting a specific electron version. But After that each time I try to run my application it's getting crashed.
- is it this library issue.
- Or it has to do something with electron?
It might have something to do with the Extension Host 🤔 Hmm..