Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.vsconfig 1.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  1. {
  2. "version": "1.0",
  3. "components": [
  4. "Microsoft.VisualStudio.Component.Roslyn.Compiler",
  5. "Microsoft.Component.MSBuild",
  6. "Microsoft.VisualStudio.Component.CoreBuildTools",
  7. "Microsoft.VisualStudio.Workload.MSBuildTools",
  8. "Microsoft.VisualStudio.Component.Windows10SDK",
  9. "Microsoft.VisualStudio.Component.VC.CoreBuildTools",
  10. "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
  11. "Microsoft.VisualStudio.Component.VC.Redist.14.Latest",
  12. "Microsoft.VisualStudio.Component.VC.CMake.Project",
  13. "Microsoft.VisualStudio.Component.TestTools.BuildTools",
  14. "Microsoft.VisualStudio.Component.VC.ATL",
  15. "Microsoft.VisualStudio.Component.VC.ATLMFC",
  16. "Microsoft.Net.Component.4.8.SDK",
  17. "Microsoft.Net.Component.4.7.2.TargetingPack",
  18. "Microsoft.VisualStudio.Component.VC.CLI.Support",
  19. "Microsoft.VisualStudio.Component.VC.ASAN",
  20. "Microsoft.VisualStudio.Component.VC.Modules.x86.x64",
  21. "Microsoft.VisualStudio.Component.TextTemplating",
  22. "Microsoft.VisualStudio.Component.VC.CoreIde",
  23. "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core",
  24. "Microsoft.VisualStudio.Component.Windows10SDK.20348",
  25. "Microsoft.Component.VC.Runtime.UCRTSDK",
  26. "Microsoft.VisualStudio.Component.VC.140",
  27. "Microsoft.VisualStudio.Workload.VCTools"
  28. ]
  29. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...