JohnstonCode / svn-scm

SVN support for VS Code
MIT License
208 stars 87 forks source link

Public API #1554

Closed trozen closed 8 months ago

trozen commented 2 years ago

Are there any plan to provide public API that could be leveraged by other extensions? Similar to https://github.com/microsoft/vscode/tree/main/extensions/git

const svnExtension = vscode.extensions.getExtension<SvnExtension>('johnstoncode.svn-scm').exports;
const svn = svnExtension.getAPI(1);