Skip to content

Commit b603c33

Browse files
committed
add as experiment
1 parent 0234303 commit b603c33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/toolkit/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,17 @@
240240
"type": "object",
241241
"markdownDescription": "%AWS.configuration.description.experiments%",
242242
"default": {
243-
"jsonResourceModification": false
243+
"jsonResourceModification": false,
244+
"ec2RemoteConnect": false
244245
},
245246
"properties": {
246247
"jsonResourceModification": {
247248
"type": "boolean",
248249
"default": false
250+
},
251+
"ec2RemoteConnect": {
252+
"type": "boolean",
253+
"default": false
249254
}
250255
},
251256
"additionalProperties": false

0 commit comments

Comments
 (0)