Skip to content

Commit 3bb06ae

Browse files
Copilotmotm32MicroFish91
authored
Fix Azurite Table/Queue services not starting during durable function debugging (#4632)
* Initial plan * Initial exploration and understanding of Azurite emulator issue Co-authored-by: motm32 <[email protected]> * Fix Azurite Table/Queue services not starting during durable function debugging Co-authored-by: motm32 <[email protected]> * Remove unnecessary comments from validatePreDebug.ts Co-authored-by: MicroFish91 <[email protected]> * Revert main.js changes to original state Co-authored-by: MicroFish91 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: motm32 <[email protected]> Co-authored-by: MicroFish91 <[email protected]>
1 parent 0971f2a commit 3bb06ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/debug/validatePreDebug.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ async function validateEmulatorIsRunning(context: IActionContext, projectPath: s
212212
if (result === installOrRun) {
213213
if (azuriteExtension) {
214214
await vscode.commands.executeCommand('azurite.start_blob');
215+
await vscode.commands.executeCommand('azurite.start_table');
216+
await vscode.commands.executeCommand('azurite.start_queue');
215217
}
216218
else {
217219
await vscode.commands.executeCommand('workbench.extensions.installExtension', 'azurite.azurite');

0 commit comments

Comments
 (0)