From 2151cac2e867fd415e5a622d837bca163c6c496b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:26:38 +0000 Subject: [PATCH 1/4] Initial plan From fab9f5afdde07300fd185650f687fe7838a6009a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:33:47 +0000 Subject: [PATCH 2/4] Add Dev Proxy Toolkit section to homepage Add a new section showcasing the Dev Proxy Toolkit VS Code extension on the homepage. The section follows the existing use-case pattern with a 2-column grid layout featuring a description and marketplace link on the left, and a feature card with the VS Code logo on the right. Also adds a VS Code logo SVG to public/logos/. Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com> --- public/logos/vscode.svg | 10 ++++++++ src/pages/index.astro | 54 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 public/logos/vscode.svg diff --git a/public/logos/vscode.svg b/public/logos/vscode.svg new file mode 100644 index 0000000..27bc41e --- /dev/null +++ b/public/logos/vscode.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 8b00997..1d4d0e3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -279,6 +279,60 @@ import Layout from '../layouts/Layout.astro'; + +
+
+
+
+

VS Code Extension

+

Dev Proxy Toolkit for Visual Studio Code.

+

+ Control Dev Proxy directly from your editor. Start and stop the proxy, manage configurations with IntelliSense, and use 100+ code snippets — all without leaving VS Code. +

+ + Install from Marketplace → + +
+
+
+ Visual Studio Code +
+

Dev Proxy Toolkit

+

garrytrinder

+
+
+
+
+ + Start Dev Proxy +
+
+ + Stop Dev Proxy +
+
+ + Restart Dev Proxy +
+
+
+ + IntelliSense for config files +
+
+ + 100+ code snippets +
+
+ + Debugger integration +
+
+
+
+
+
+
- - Start Dev Proxy -
-
- - Stop Dev Proxy -
-
- - Restart Dev Proxy + + Control Dev Proxy from VS Code
-
IntelliSense for config files @@ -327,6 +318,10 @@ import Layout from '../layouts/Layout.astro'; Debugger integration
+
+ + MCP server for AI-assisted development +
From ee7ec480a7c80c55d6f2e954e03a4003cf743d51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:46:46 +0000 Subject: [PATCH 4/4] Merge origin/main - resolve conflicts keeping both VS Code Toolkit and .NET Foundation sections Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com> --- public/logos/dotnet-foundation.svg | 1 + src/layouts/Layout.astro | 10 ++++++++++ src/pages/index.astro | 23 +++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 public/logos/dotnet-foundation.svg diff --git a/public/logos/dotnet-foundation.svg b/public/logos/dotnet-foundation.svg new file mode 100644 index 0000000..d8f62c2 --- /dev/null +++ b/public/logos/dotnet-foundation.svg @@ -0,0 +1 @@ + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b7f16ff..3606508 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -86,6 +86,11 @@ const ogImage = image ? new URL(image, Astro.site ?? 'https://devproxy.net').hre
+ + + + + +
+ +
+
+ + .NET Foundation logo +
+

Proud member of the .NET Foundation

+

Dev Proxy is a community-maintained open source project supported by the .NET Foundation.

+
+
+
+
+