<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Visual Studio Code integration with Dapr on Dapr Docs</title><link>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/vscode/</link><description>Recent content in Visual Studio Code integration with Dapr on Dapr Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://v1-18.docs.dapr.io/developing-applications/local-development/ides/vscode/index.xml" rel="self" type="application/rss+xml"/><item><title>Dapr Visual Studio Code extension overview</title><link>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/vscode/vscode-dapr-extension/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/vscode/vscode-dapr-extension/</guid><description>&lt;div class="alert alert-primary" role="alert">
&lt;h4 class="alert-heading">Deprecation notice&lt;/h4>

 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.

&lt;/div>

&lt;p>The &lt;em>deprecated&lt;/em> &lt;a href="https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-dapr">Dapr Visual Studio Code extension&lt;/a> 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.&lt;/p></description></item><item><title>How-To: Debug Dapr applications with Visual Studio Code</title><link>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/vscode/vscode-how-to-debug-multiple-dapr-apps/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/vscode/vscode-how-to-debug-multiple-dapr-apps/</guid><description>&lt;div class="alert alert-primary" role="alert">
&lt;h4 class="alert-heading">Deprecation notice&lt;/h4>

 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.

&lt;/div>

&lt;h2 id="manual-debugging">Manual debugging&lt;/h2>
&lt;p>When developing Dapr applications, you typically use the Dapr CLI to start your daprized service similar to this:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>dapr run --app-id nodeapp --app-port &lt;span style="color:#0000cf;font-weight:bold">3000&lt;/span> --dapr-http-port &lt;span style="color:#0000cf;font-weight:bold">3500&lt;/span> app.js
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>One approach to attaching the debugger to your service is to first run daprd with the correct arguments from the command line and then launch your code and attach the debugger. While this is a perfectly acceptable solution, it does require a few extra steps and some instruction to developers who might want to clone your repo and hit the &amp;ldquo;play&amp;rdquo; button to begin debugging.&lt;/p></description></item><item><title>Developing Dapr applications with Dev Containers</title><link>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/local-development/ides/vscode/vscode-remote-dev-containers/</guid><description>&lt;div class="alert alert-primary" role="alert">
&lt;h4 class="alert-heading">Deprecation notice&lt;/h4>

 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.

&lt;/div>

&lt;p>The Visual Studio Code &lt;a href="https://code.visualstudio.com/docs/remote/containers">Dev Containers extension&lt;/a> 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.&lt;/p>
&lt;p>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.&lt;/p></description></item></channel></rss>