mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
16 lines
No EOL
546 B
JSON
16 lines
No EOL
546 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"]
|
|
}
|
|
]
|
|
} |