Delete launch.json

This commit is contained in:
baby-princess 2019-05-08 20:34:33 +00:00 committed by GitHub
parent 420e4f80b9
commit 1a35da6d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.vscode/launch.json vendored
View file

@ -1,16 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "PluralKit",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/src/bot_main.py",
"args": ["${workspaceRoot}/pluralkit.conf"],
"console": "integratedTerminal",
}
]
}