mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-manual-configuration.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
parent
8b1a0f5ba7
commit
951de9956d
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Visual Studio Code manual debugging configuration"
|
||||
linkTitle: "Manual debugging configuration"
|
||||
linkTitle: "Manual debugging"
|
||||
weight: 30000
|
||||
description: "How to manually setup Visual Studio Code debugging"
|
||||
---
|
||||
|
@ -171,4 +171,4 @@ Once you have made the required changes, you should be able to switch to the [de
|
|||
|
||||
{{% alert title="Note" color="primary" %}}
|
||||
Since you didn't launch the service(s) using the **dapr** ***run*** cli command, but instead by running **daprd**, the **dapr** ***list*** command will not show a list of apps that are currently running.
|
||||
{{% /alert %}}
|
||||
{{% /alert %}}
|
||||
|
|
Loading…
Reference in New Issue