Skip to content

Commit 88ff9db

Browse files
authored
Setting changed in #299059 (#9564)
1 parent aece1e7 commit 88ff9db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/copilot/customization/agent-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ Private repositories are also supported. If a public lookup fails, VS Code falls
9999

100100
## Use local plugins
101101

102-
If you manually clone or download a plugin, you can register it with the `setting(chat.plugins.paths)` setting. This setting maps local plugin directory paths to an enabled or disabled state.
102+
If you manually clone or download a plugin, you can register it with the `setting(chat.pluginLocations)` setting. This setting maps local plugin directory paths to an enabled or disabled state.
103103

104104
```json
105105
// settings.json
106-
"chat.plugins.paths": {
106+
"chat.pluginLocations": {
107107
"/path/to/my-plugin": true,
108108
"/path/to/another-plugin": false
109109
}

0 commit comments

Comments
 (0)