cyraid commented on issue #486: URL: https://github.com/apache/cordova/issues/486#issuecomment-2231637456
@breautek Sure. Windows Sub-System for Linux (WSL) is basically a Linux emulation layer. I use it to run Ubuntu mostly. You can of course run Linux programs within it, but you can also run Windows executables from it. I have a project that's in my home folder in WSL (Ubuntu), and I connect to it using vscode remote to WSL. I can build Linux version of app, but it would be nice that instead of using wine32, it would detect WSL and just run the .exe (like code sign etc) directly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
