123456789101112131415161718192021222324252627 |
- {
- "buildCommand" : {
- "command" : "build",
- "skipDependencies" : false,
- "style" : "buildOnly"
- },
- "configuredTargets" : [
- ],
- "continueBuildingAfterErrors" : false,
- "dependencyScope" : "workspace",
- "enableIndexBuildArena" : false,
- "hideShellScriptEnvironment" : false,
- "parameters" : {
- "action" : "build",
- "overrides" : {
- }
- },
- "qos" : "utility",
- "schemeCommand" : "launch",
- "showNonLoggedProgress" : true,
- "useDryRun" : false,
- "useImplicitDependencies" : false,
- "useLegacyBuildLocations" : false,
- "useParallelTargets" : true
- }
|