Files
LJ360/.vscode/tasks.json
2025-12-19 08:56:58 +08:00

12 lines
290 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "kill python",
"type": "shell",
"command": "pkill -f python3"
}
]
}