Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Dec 18, 2024
1 parent 4a25104 commit 58b9db0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/positron-dts/positron.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,13 @@ declare module 'positron' {
* Refers to methods related to the connections pane
*/
namespace connections {
/**
* Registers a new connection driver with Positron allowing extensions to contribute
* to the 'New Connection' dialog.
*
* @param driver The connection driver to register
* @returns A disposable that unregisters the driver when disposed
*/
export function registerConnectionDriver(driver: ConnectionsDriver): vscode.Disposable;
}
}

0 comments on commit 58b9db0

Please sign in to comment.