From d71cdde90452aba063e9a939a38b1136aa53d184 Mon Sep 17 00:00:00 2001 From: RoseHJM Date: Tue, 27 Jan 2026 14:16:13 -0800 Subject: [PATCH] Change Postman installation to Visual Studio Code I made this change to align with the SFI recommendation to move away from using Postman. --- example-user-customizations/workload.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-user-customizations/workload.yaml b/example-user-customizations/workload.yaml index 5db1c6d..ce422d2 100644 --- a/example-user-customizations/workload.yaml +++ b/example-user-customizations/workload.yaml @@ -2,6 +2,6 @@ $schema: "1.0" name: "devbox-customization" userTasks: - name: ~/winget - description: "Install Postman" + description: "Install Visual Studio Code" parameters: - package: Postman.Postman \ No newline at end of file + package: Microsoft.VisualStudioCode