updated launch options

This commit is contained in:
2024-07-01 22:14:31 +03:00
parent 9aeb406f6f
commit 8483439555
2 changed files with 8 additions and 1 deletions

View File

@@ -40,4 +40,7 @@
<ItemGroup>
<ProjectReference Include="..\DiscordBotCore\DiscordBotCore.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>

View File

@@ -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"