updated launch options
This commit is contained in:
@@ -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>
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user