mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Remove docker compose up && make generate-dev from VSCode open folder automation (#32927)
https://fleetdm.slack.com/archives/C019WG4GH0A/p1754334582233309
This commit is contained in:
parent
37470fede3
commit
b419b8b501
1 changed files with 0 additions and 27 deletions
27
.vscode/tasks.json
vendored
27
.vscode/tasks.json
vendored
|
|
@ -9,33 +9,6 @@
|
|||
],
|
||||
"label": "npm: lint",
|
||||
"detail": "eslint frontend cypress --ext .js,.jsx,.ts,.tsx"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "Docker Compose Dependencies",
|
||||
"command": "docker-compose up",
|
||||
"isBackground": true,
|
||||
"presentation": {
|
||||
"panel": "dedicated"
|
||||
},
|
||||
"runOptions": {
|
||||
"instanceLimit": 1,
|
||||
"runOn": "folderOpen"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "Make generate-dev",
|
||||
"command": "make generate-dev",
|
||||
"isBackground": true,
|
||||
"presentation": {
|
||||
"panel": "dedicated"
|
||||
},
|
||||
"runOptions": {
|
||||
"instanceLimit": 1,
|
||||
"runOn": "folderOpen"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue