File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ export interface UserProvidedCodeArgs {
50
50
"github-auth" ?: string
51
51
"disable-update-check" ?: boolean
52
52
"disable-file-downloads" ?: boolean
53
+ "disable-workspace-trust" ?: boolean
53
54
}
54
55
55
56
/**
@@ -163,6 +164,11 @@ export const options: Options<Required<UserProvidedArgs>> = {
163
164
description :
164
165
"Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'." ,
165
166
} ,
167
+ "disable-workspace-trust" : {
168
+ type : "boolean" ,
169
+ description :
170
+ "Disable Workspace Trust feature. This switch only affects the current session."
171
+ } ,
166
172
// --enable can be used to enable experimental features. These features
167
173
// provide no guarantees.
168
174
enable : { type : "string[]" } ,
You can’t perform that action at this time.
0 commit comments