chore: update --help for disable-file-downloads (#5176)
* chore: update --help for disable-file-downloads * fixup: formatting
This commit is contained in:
parent
60dd8ab374
commit
7c1a45a8d8
@ -160,7 +160,8 @@ export const options: Options<Required<UserProvidedArgs>> = {
|
||||
},
|
||||
"disable-file-downloads": {
|
||||
type: "boolean",
|
||||
description: "Disable file downloads from Code.",
|
||||
description:
|
||||
"Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.",
|
||||
},
|
||||
// --enable can be used to enable experimental features. These features
|
||||
// provide no guarantees.
|
||||
|
Reference in New Issue
Block a user