Update launchSettings.json
Add option for linux in launchSettings.json
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
"commandName": "Project",
|
||||
"hotReloadEnabled": false,
|
||||
"workingDirectory": "$(OutDir)"
|
||||
},
|
||||
"Spt Server (Linux)": {
|
||||
"commandName": "Project",
|
||||
"hotReloadEnabled": false,
|
||||
"workingDirectory": "bin/$(Configuration)/$(TargetFramework)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user