Skip to content

Commit 892c504

Browse files
committed
Improve descriptive text of buildOutputVerbosity
1 parent b7622ea commit 892c504

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,12 +1372,12 @@
13721372
"default": "normal",
13731373
"enum": [ "quiet", "normal", "verbose", "debug"],
13741374
"enumDescriptions": [
1375-
"Only errors",
1376-
"Standard output",
1377-
"Detailed steps",
1378-
"Internal/debug info"
1375+
"Show only errors or fatal conditions",
1376+
"Include build steps and warnings",
1377+
"Include command line invocation",
1378+
"Include internal process steps"
13791379
],
1380-
"markdownDescription": "Controls the verbosity of output generated by the `cbuild` and `cbuild setup` processes."
1380+
"markdownDescription": "Control verbosity of the build and setup console messages in the Terminal view."
13811381
}
13821382
}
13831383
},

0 commit comments

Comments
 (0)