mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Add worker task to VS Code (#5605)
* add worker task to vscode * add documentation for devcontainer backgorund workers * fix misphrased sentence ("want need" -> "need") --------- Co-authored-by: Oliver Lippert <oliver@lipperts-web.de>
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -6,6 +6,12 @@
|
||||
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "worker",
|
||||
"type": "shell",
|
||||
"command": "inv worker",
|
||||
"problemMatcher": [],
|
||||
},
|
||||
{
|
||||
"label": "clean-settings",
|
||||
"type": "shell",
|
||||
|
Reference in New Issue
Block a user