Skip to content

Commit

Permalink
add launchSettings.json to run on WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Mar 25, 2024
1 parent 079f3b7 commit 1cd25fa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sandbox/BedrockConsoleApp/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"profiles": {
"BedrockConsoleApp": {
"commandName": "Project"
},
"WSL": {
"commandName": "WSL2",
"distributionName": ""
}
}
}

0 comments on commit 1cd25fa

Please sign in to comment.