build-request.json 582 B

123456789101112131415161718192021222324252627
  1. {
  2. "buildCommand" : {
  3. "command" : "build",
  4. "skipDependencies" : false,
  5. "style" : "buildOnly"
  6. },
  7. "configuredTargets" : [
  8. ],
  9. "continueBuildingAfterErrors" : false,
  10. "dependencyScope" : "workspace",
  11. "enableIndexBuildArena" : false,
  12. "hideShellScriptEnvironment" : false,
  13. "parameters" : {
  14. "action" : "build",
  15. "overrides" : {
  16. }
  17. },
  18. "qos" : "utility",
  19. "schemeCommand" : "launch",
  20. "showNonLoggedProgress" : true,
  21. "useDryRun" : false,
  22. "useImplicitDependencies" : false,
  23. "useLegacyBuildLocations" : false,
  24. "useParallelTargets" : true
  25. }