launchSettings.json 130 B

12345678
  1. {
  2. "profiles": {
  3. "Console": {
  4. "commandName": "Project",
  5. "commandLineArgs": "help document_add"
  6. }
  7. }
  8. }