Skip to content

Commit c4a86c0

Browse files
committed
chore: modify GeneratorSandbox project launch settings
1 parent 0259c36 commit c4a86c0

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

sandbox/GeneratorSandbox/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
// services.Configure<PositionOptions>(configuration.GetSection("Position"));
3232
// });
3333

34-
35-
args = ["run", "--project", "foo.csproj", "--", "--foo", "100", "--bar", "bazbaz"];
34+
//// Uncomment following line to overwrite args.
35+
// args = ["run", "--project", "foo.csproj", "--", "--foo", "100", "--bar", "bazbaz"];
3636

3737
// dotnet run --project foo.csproj -- --foo 100 --bar bazbaz
3838

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"profiles": {
3+
"Default": {
4+
"commandName": "Project",
5+
"commandLineArgs": "run --project foo.csproj -- --foo 100 --bar bazbaz"
6+
},
7+
"ShowVersion": {
8+
"commandName": "Project",
9+
"commandLineArgs": "--version"
10+
},
11+
"ShowRootCommandHelp": {
12+
"commandName": "Project",
13+
"commandLineArgs": "--help"
14+
},
15+
"ShowRunCommandHelp": {
16+
"commandName": "Project",
17+
"commandLineArgs": "run --help"
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)