Florin-Popescu / vscode-unity-test-adapter

Unity Test Adapter Extension for VS Code
MIT License
5 stars 6 forks source link

Request for unityExplorer.testExecutableLauncher config #16

Closed rodrigo455 closed 2 years ago

rodrigo455 commented 2 years ago

would be nice to have a launcher program for the test executable, so we're able to run the test remotely, in a docker container, or with qemu, e.g.,

unityExplorer.testExecutableLauncher = "qemu-aarch64 -L /usr/aarch64-linux-gnu"

so the command to execute would have "testExecutableLauncher" prepended to it