Skip to content

Commit

Permalink
Update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
MycroftKang committed Jan 27, 2024
1 parent 99d3933 commit a4794f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"port": 5678
},
"restart": true,
"preLaunchTask": "Discord Host with Debugpy",
},
{
"name": "Python: Discord Host",
Expand Down
14 changes: 0 additions & 14 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@
"isDefault": true
}
},
{
"label": "nodemon",
"type": "shell",
"command": ".venv\\Scripts\\activate && nodemon",
"args": [],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "Test in Packaged Application",
"type": "shell",
Expand Down

0 comments on commit a4794f4

Please sign in to comment.