Skip to content

Commit 4e7eafb

Browse files
authored
Upgraded python libraries (#603)
1 parent 57a623b commit 4e7eafb

File tree

3 files changed

+368
-260
lines changed

3 files changed

+368
-260
lines changed

.vscode/launch.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,18 @@
7373
"envFile": "${input:dotEnvFilePath}",
7474
}
7575
],
76+
"compounds": [
77+
{
78+
"name": "Launch Frontend",
79+
"configurations": [ "Launch Frontend (UI)", "Launch Frontend (api)" ],
80+
"stopAll": true
81+
}
82+
],
7683
"inputs": [
7784
{
7885
"id": "dotEnvFilePath",
7986
"type": "command",
8087
"command": "azure-dev.commands.getDotEnvFilePath"
8188
}
8289
]
83-
}
90+
}

0 commit comments

Comments
 (0)