microsoft / vscode-dapr

A Visual Studio Code extension for Dapr development
Other
58 stars 18 forks source link

Switch to `dapr` tasks by default. #240

Closed philliphoff closed 2 years ago

philliphoff commented 2 years ago

When scaffolding tasks, scaffold the dapr task instead of the current daprd. This uses the Dapr CLI directly rather than the underlying daprd CLI which better matches what users will do on their own on the command line.

Note: the daprd-down task remains, as killing the underlying daprd process will be noticed by the parent dapr process and cause it to shutdown itself.

Resolves #74.