删除无用的 VSCode Task
This commit is contained in:
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
@ -11,19 +11,7 @@
|
|||||||
"panel": "new"
|
"panel": "new"
|
||||||
},
|
},
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"detail": "导出生产环境依赖到 requirements.txt,不包含开发依赖和哈希值。"
|
"detail": "导出生产环境依赖到 requirements.txt"
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Poetry: Export requirements.txt (Full)",
|
|
||||||
"type": "shell",
|
|
||||||
"command": "poetry export -f requirements.txt --output requirements.txt",
|
|
||||||
"group": "build",
|
|
||||||
"presentation": {
|
|
||||||
"reveal": "always",
|
|
||||||
"panel": "new"
|
|
||||||
},
|
|
||||||
"problemMatcher": [],
|
|
||||||
"detail": "导出所有依赖(包括生产和开发依赖)到 requirements.txt,包含哈希值以确保完全一致。"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user