diff --git a/.vsconfig b/.vsconfig index 2c5309b..0a6f472 100644 --- a/.vsconfig +++ b/.vsconfig @@ -2,6 +2,7 @@ "$schema": "https://json.schemastore.org/vsconfig.json", "version": "1.0", "components": [ - "Microsoft.VisualStudio.Workload.CoreEditor" + "Microsoft.VisualStudio.Workload.CoreEditor", + "Microsoft.VisualStudio.Workload.ManagedDesktop" ] }