From 3bc765aac02754dd808d38fc8a913d121411908f Mon Sep 17 00:00:00 2001 From: wholteza Date: Tue, 22 Oct 2024 10:34:19 +0200 Subject: [PATCH] Add azure data studio --- requirements.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.ps1 b/requirements.ps1 index 656f745..d33aba8 100644 --- a/requirements.ps1 +++ b/requirements.ps1 @@ -12,7 +12,8 @@ $packages = @( "IJHack.QtPass", "Microsoft.powertoys", "google.chrome", - "spotify.spotify" + "spotify.spotify", + "microsoft.azuredatastudio" ) # Iterate through each package and install it