java.lang.Object
com.github.copilot.generated.rpc.SessionExtensionsApi
API methods for the
extensions namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionSource-qualified extension identifier to disable for the session.enable(SessionExtensionsEnableParams params) Source-qualified extension identifier to enable for the session.list()Identifies the target session.reload()Identifies the target session.
-
Method Details
-
list
Identifies the target session.- Since:
- 1.0.0
-
enable
Source-qualified extension identifier to enable for the session.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
disable
Source-qualified extension identifier to disable for the session.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
reload
Identifies the target session.- Since:
- 1.0.0
-