We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dd8ab commit 7c1a45aCopy full SHA for 7c1a45a
src/node/cli.ts
@@ -160,7 +160,8 @@ export const options: Options<Required<UserProvidedArgs>> = {
160
},
161
"disable-file-downloads": {
162
type: "boolean",
163
- description: "Disable file downloads from Code.",
+ description:
164
+ "Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.",
165
166
// --enable can be used to enable experimental features. These features
167
// provide no guarantees.
0 commit comments