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 15ad628 commit a1bb9bdCopy full SHA for a1bb9bd
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. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.",
+ 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