Skip to content

Commit

Permalink
Remove VS Code from packages.config
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring committed Sep 1, 2024
1 parent 59cb441 commit b6c2336
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
<!-- See https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-community?view=vs-2022 -->
<package id="visualstudio2022community" packageParameters="--add Microsoft.VisualStudio.Workload.Azure;includeRecommended --add Microsoft.VisualStudio.Workload.ManagedDesktop;includeRecommended --add Microsoft.VisualStudio.Workload.NetCrossPlat;includeRecommended --add Microsoft.VisualStudio.Workload.NetWeb;includeRecommended --add Microsoft.VisualStudio.Workload.Office;includeRecommended" />

<!-- Editors -->
<package id="notepadplusplus" />
<package id="vscode" />

<!-- System Administration -->
<package id="sysinternals" />
<package id="rsat" />
Expand All @@ -27,6 +23,7 @@
<package id="azure-cli" />
<package id="filezilla" />
<package id="git" />
<package id="notepadplusplus" />
<package id="sql-server-management-studio" />

<!-- Kubernetes -->
Expand Down

0 comments on commit b6c2336

Please sign in to comment.