docs: deprecation notice for vscode extension (#4840)

* docs: deprecation notice for vscode extension

closes #4699

Signed-off-by: Mike Nguyen <hey@mike.ee>

* docs: remove promises

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Mike Nguyen <hey@mike.ee>

---------

Signed-off-by: Mike Nguyen <hey@mike.ee>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Mike Nguyen 2025-09-05 23:40:12 +01:00 committed by GitHub
parent 82878268e5
commit 2ff6e63317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions

View File

@ -6,8 +6,12 @@ weight: 10000
description: "How to develop and run Dapr applications with the Dapr extension"
---
{{% alert title="Deprecation notice" color="primary" %}}
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.
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.
{{% /alert %}}
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.
<a href="vscode:extension/ms-azuretools.vscode-dapr" class="btn btn-primary" role="button">Open in VSCode</a>

View File

@ -8,6 +8,11 @@ aliases:
- /developing-applications/ides/vscode/vscode-manual-configuration/
---
{{% alert title="Deprecation notice" color="primary" %}}
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.
{{% /alert %}}
## Manual debugging
When developing Dapr applications, you typically use the Dapr CLI to start your daprized service similar to this:

View File

@ -6,6 +6,11 @@ weight: 30000
description: "How to setup a containerized development environment with Dapr"
---
{{% alert title="Deprecation notice" color="primary" %}}
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.
{{% /alert %}}
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.
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.