Skip to content

Commit 51a2ba8

Browse files
committed
experimental config
1 parent e3eacc9 commit 51a2ba8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,11 +2503,6 @@
25032503
"default": true,
25042504
"description": "%github.copilot.config.customInstructionsInSystemMessage%"
25052505
},
2506-
"github.copilot.chat.customAgents.showOrganizationAndEnterpriseAgents": {
2507-
"type": "boolean",
2508-
"default": false,
2509-
"description": "%github.copilot.config.customAgents.showOrganizationAndEnterpriseAgents%"
2510-
},
25112506
"github.copilot.chat.agent.currentEditorContext.enabled": {
25122507
"type": "boolean",
25132508
"default": true,
@@ -3440,6 +3435,14 @@
34403435
"electron-fetch",
34413436
"node-fetch"
34423437
]
3438+
},
3439+
"github.copilot.chat.customAgents.showOrganizationAndEnterpriseAgents": {
3440+
"type": "boolean",
3441+
"default": false,
3442+
"description": "%github.copilot.config.customAgents.showOrganizationAndEnterpriseAgents%",
3443+
"tags": [
3444+
"experimental"
3445+
]
34433446
}
34443447
}
34453448
},

0 commit comments

Comments
 (0)