Files
RemSox/Properties/launchSettings.json
T

14 lines
275 B
JSON

{
"profiles": {
"WSL": {
"commandName": "WSL2",
"distributionName": ""
},
"RemSox": {
"commandName": "Executable",
"executablePath": "powershell",
"commandLineArgs": "./build-and-run.ps1",
"workingDirectory": "./"
}
}
}