2022-02-16 12:51:09 +01:00
|
|
|
{
|
|
|
|
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
|
|
|
|
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
|
|
|
|
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
|
|
|
|
{
|
2022-09-07 12:39:52 +02:00
|
|
|
"name": "run CraftBeerPi4",
|
2022-09-02 17:00:50 +02:00
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "run",
|
2022-09-14 19:04:58 +02:00
|
|
|
"args": ["--config-folder-path=./.devcontainer/cbpi-dev-config", "start"],
|
|
|
|
"preLaunchTask": "copy default cbpi config files if dev config files dont exist"
|
2022-09-02 17:00:50 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
2022-09-07 12:39:52 +02:00
|
|
|
"name": "setup CraftBeerPi4: create config folder structure",
|
2022-02-16 12:51:09 +01:00
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "run",
|
2022-09-07 12:39:52 +02:00
|
|
|
"args": ["--config-folder-path=./.devcontainer/cbpi-dev-config", "setup"]
|
2022-02-16 12:51:09 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|