updated launch options
This commit is contained in:
@@ -40,4 +40,7 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DiscordBotCore\DiscordBotCore.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Properties\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -3,7 +3,11 @@
|
||||
"DiscordBot": {
|
||||
"commandName": "Project"
|
||||
},
|
||||
"DiscordBot(WSL)": {
|
||||
"DiscordBot (wsl Build)": {
|
||||
"commandName": "WSL2",
|
||||
"distributionName": "Debian"
|
||||
},
|
||||
"DiscordBot (wsl Run)": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "wsl",
|
||||
"commandLineArgs": "./DiscordBot"
|
||||
|
||||
Reference in New Issue
Block a user