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> <ItemGroup>
<ProjectReference Include="..\DiscordBotCore\DiscordBotCore.csproj" /> <ProjectReference Include="..\DiscordBotCore\DiscordBotCore.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project> </Project>

View File

@@ -3,7 +3,11 @@
"DiscordBot": { "DiscordBot": {
"commandName": "Project" "commandName": "Project"
}, },
"DiscordBot(WSL)": { "DiscordBot (wsl Build)": {
"commandName": "WSL2",
"distributionName": "Debian"
},
"DiscordBot (wsl Run)": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": "wsl", "executablePath": "wsl",
"commandLineArgs": "./DiscordBot" "commandLineArgs": "./DiscordBot"