Skip to content

Commit 7c1a45a

Browse files
authored
chore: update --help for disable-file-downloads (#5176)
* chore: update --help for disable-file-downloads * fixup: formatting
1 parent 60dd8ab commit 7c1a45a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node/cli.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ export const options: Options<Required<UserProvidedArgs>> = {
160160
},
161161
"disable-file-downloads": {
162162
type: "boolean",
163-
description: "Disable file downloads from Code.",
163+
description:
164+
"Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.",
164165
},
165166
// --enable can be used to enable experimental features. These features
166167
// provide no guarantees.

0 commit comments

Comments
 (0)