Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlee671 committed Feb 10, 2023
1 parent 67737f1 commit d1644e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions VSConfigFinder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
In Visual Studio, workloads contain the components you need for the programing language or platform you are using.
VSConfigFinder can produce a consolidated .vsconfig file which contains workload/component information or output a command with workload/component arguments.

##commandline
Usage:VSConfigFinder.exe -folderPath <path to root folder>
Output: command-line parameters with component/workload ids to be passed in
Output Example: "--add Microsoft.VisualStudio.Component.Roslyn.Compiler Microsoft.Net.Component.4.8.SDK"

##.vsconfig file
Usage: VSConfigFinder.exe --folderPath <path to root folder> --createFile <optional: path for the output file to be placed>
Output: a consolidated .vsconfig file that contains workloads/component ids outputted to current directory or specified location

0 comments on commit d1644e6

Please sign in to comment.