Skip to content

Instantly share code, notes, and snippets.

@afruzan
Created October 16, 2024 13:19
Show Gist options
  • Save afruzan/9e32a91d6577823d8d65c52cd92c84eb to your computer and use it in GitHub Desktop.
Save afruzan/9e32a91d6577823d8d65c52cd92c84eb to your computer and use it in GitHub Desktop.
Visual Studio Run in WSL as External Tool
:: set initial directory
cd $(BinDir)
:: set command and argumnets:
cmd /k wsl sudo ~/.dotnet/dotnet $(TargetName).dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment