We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dd8ab commit 15ad628Copy full SHA for 15ad628
src/node/cli.ts
@@ -160,7 +160,7 @@ export const options: Options<Required<UserProvidedArgs>> = {
160
},
161
"disable-file-downloads": {
162
type: "boolean",
163
- 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'.",
164
165
// --enable can be used to enable experimental features. These features
166
// provide no guarantees.
0 commit comments