mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
e61fbdb69c
reorders the .vscode tasks so run is the default hopefully. removes code that was commented out anyway.
24 lines
No EOL
820 B
JSON
24 lines
No EOL
820 B
JSON
{
|
|
// 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": [
|
|
|
|
{
|
|
"name": "run CraftBeerPi4",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "run",
|
|
"args": ["--config-folder-path=./.devcontainer/cbpi-dev-config", "start"]
|
|
},
|
|
|
|
{
|
|
"name": "setup CraftBeerPi4: create config folder structure",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "run",
|
|
"args": ["--config-folder-path=./.devcontainer/cbpi-dev-config", "setup"]
|
|
}
|
|
]
|
|
} |