Skip to content

Commit 2ff6e63

Browse files
mikeeemsfussellmarcduiker
authored
docs: deprecation notice for vscode extension (#4840)
* docs: deprecation notice for vscode extension closes #4699 Signed-off-by: Mike Nguyen <[email protected]> * docs: remove promises Co-authored-by: Mark Fussell <[email protected]> Signed-off-by: Mike Nguyen <[email protected]> --------- Signed-off-by: Mike Nguyen <[email protected]> Co-authored-by: Mark Fussell <[email protected]> Co-authored-by: Marc Duiker <[email protected]>
1 parent 8287826 commit 2ff6e63

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-dapr-extension.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ weight: 10000
66
description: "How to develop and run Dapr applications with the Dapr extension"
77
---
88

9+
{{% alert title="Deprecation notice" color="primary" %}}
10+
The extension was previously supported by Microsoft, but is now deprecated. The extension will remain available in the Visual Studio Code marketplace, but it will no longer receive updates or support.
911

10-
Dapr offers a *preview* [Dapr Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-dapr) for local development which enables users a variety of features related to better managing their Dapr applications and debugging of your Dapr applications for all supported Dapr languages which are .NET, Go, PHP, Python and Java.
12+
{{% /alert %}}
13+
14+
The *deprecated* [Dapr Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-dapr) for local development which enables users a variety of features related to better managing their Dapr applications and debugging of your Dapr applications for all supported Dapr languages which are .NET, Go, PHP, Python and Java.
1115

1216
<a href="vscode:extension/ms-azuretools.vscode-dapr" class="btn btn-primary" role="button">Open in VSCode</a>
1317

daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-how-to-debug-multiple-dapr-apps.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ aliases:
88
- /developing-applications/ides/vscode/vscode-manual-configuration/
99
---
1010

11+
{{% alert title="Deprecation notice" color="primary" %}}
12+
The extension was previously supported by Microsoft, but is now deprecated. The extension will remain available in the Visual Studio Code marketplace, but it will no longer receive updates or support.
13+
14+
{{% /alert %}}
15+
1116
## Manual debugging
1217

1318
When developing Dapr applications, you typically use the Dapr CLI to start your daprized service similar to this:

daprdocs/content/en/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ weight: 30000
66
description: "How to setup a containerized development environment with Dapr"
77
---
88

9+
{{% alert title="Deprecation notice" color="primary" %}}
10+
The extension was previously supported by Microsoft, but is now deprecated. The extension will remain available in the Visual Studio Code marketplace, but it will no longer receive updates or support.
11+
12+
{{% /alert %}}
13+
914
The Visual Studio Code [Dev Containers extension](https://code.visualstudio.com/docs/remote/containers) lets you use a self-contained Docker container as a complete development environment, without installing any additional packages, libraries, or utilities in your local filesystem.
1015

1116
Dapr has pre-built Dev Containers for C# and JavaScript/TypeScript; you can pick the one of your choice for a ready made environment. Note these pre-built containers automatically update to the latest Dapr release.

0 commit comments

Comments
 (0)