From e3b74345272f8dae032eb84fce7fff4a623e718b Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Sun, 9 Feb 2025 18:46:37 -0600
Subject: [PATCH] vscode: add caddy extension

Signed-off-by: Myned <dev@bjork.tech>
---
 options/custom/programs/vscode.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/options/custom/programs/vscode.nix b/options/custom/programs/vscode.nix
index 5fa35b3..0794a9b 100644
--- a/options/custom/programs/vscode.nix
+++ b/options/custom/programs/vscode.nix
@@ -15,6 +15,7 @@ in {
     environment.systemPackages = with pkgs; [
       alejandra # nix-ide
       blueprint-compiler # blueprint-gtk
+      caddy # caddyfile-support
       nixd # nix-ide
       powershell # powershell
       shfmt # shell-format
@@ -59,6 +60,7 @@ in {
               gruntfuggly.todo-tree
               jnoortheen.nix-ide
               koihik.vscode-lua-format
+              matthewpi.caddyfile-support
               mhutchie.git-graph
               mkhl.direnv
               ms-python.black-formatter