Skip to content

Instantly share code, notes, and snippets.

@proffix4
Last active February 24, 2023 07:47
Show Gist options
  • Save proffix4/3679e2b93b83ce4ab56bb1e2893ebe98 to your computer and use it in GitHub Desktop.
Save proffix4/3679e2b93b83ce4ab56bb1e2893ebe98 to your computer and use it in GitHub Desktop.
Полноценная отладка и запуск кроссплатформенных программ в Visual Studio 2022 с WSL
{
"profiles": {
"ConsoleApp": {
"commandName": "Project"
},
"WSL2": {
"commandName": "Executable",
"executablePath": "wsl",
"commandLineArgs": "dotnet ConsoleApp.dll [commandLineArgs]"
},
"WSL": {
"commandName": "WSL2",
"distributionName": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment