cs11dotnet7/vscode/Chapter02/Arguments/Properties/launchSettings.json
2022-02-13 16:03:32 +00:00

8 lines
121 B
JSON

{
"profiles": {
"Arguments": {
"commandName": "Project",
"commandLineArgs": "red yellow 50"
}
}
}