DiscordKit feat: impl getGatewayURL
This commit is contained in:
24
.vscode/launch.json
vendored
Normal file
24
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "swift",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder:zunda-bot}",
|
||||
"name": "Debug zundamon",
|
||||
"target": "zundamon",
|
||||
"configuration": "debug",
|
||||
"preLaunchTask": "swift: Build Debug zundamon"
|
||||
},
|
||||
{
|
||||
"type": "swift",
|
||||
"request": "launch",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder:zunda-bot}",
|
||||
"name": "Release zundamon",
|
||||
"target": "zundamon",
|
||||
"configuration": "release",
|
||||
"preLaunchTask": "swift: Build Release zundamon"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user