You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes the cwd on the first workspace which is incorrect with VSCode Multi-root Workspaces, thus it breaks if you have multiple workspaces with dapr apps.
The text was updated successfully, but these errors were encountered:
https://github.com/microsoft/vscode-dapr/blob/main/src/tasks/commandTaskProvider.ts#L47
with
spawnOptions.cwd = vscode.workspace.workspaceFolders[0].uri.fsPath;
fixes the cwd on the first workspace which is incorrect with VSCode Multi-root Workspaces, thus it breaks if you have multiple workspaces with dapr apps.
The text was updated successfully, but these errors were encountered: