Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dapr scaffold dapr tasks not working in workspace view #88

Closed
databasedav opened this issue Apr 23, 2020 · 2 comments · Fixed by #92
Closed

dapr scaffold dapr tasks not working in workspace view #88

databasedav opened this issue Apr 23, 2020 · 2 comments · Fixed by #92
Assignees
Labels
bug Something isn't working P2 Moderate priority

Comments

@databasedav
Copy link

The command Dapr: Scaffold Dapr Tasks produces the error Open a folder or workspace with a debug launch configuration. in vscode's workspace view (after doing a Open Workspace...). The command works as expected in the folder view (after doing a Open Folder...) with the same folders that are in the workspace.

This is on vscode 1.44.2 with the 0.2.1 extension.

@philliphoff philliphoff added the investigate Issues that require investigation label Apr 24, 2020
@philliphoff
Copy link
Collaborator

@databasedav Thanks for the report! VS Code has some quirks with the use of tasks within a workspace that we may not be accommodating as well as we could or should. We'll take a look!

@philliphoff philliphoff self-assigned this Apr 24, 2020
@philliphoff philliphoff added bug Something isn't working P2 Moderate priority and removed investigate Issues that require investigation labels Apr 24, 2020
@philliphoff
Copy link
Collaborator

We'll need to do the same thing the vscode-docker extension does and only scaffold folder-scoped tasks (even when a workspace is open).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 Moderate priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants