ShyykoSerhiy/git-autoconfig

Avoid using workspace.rootPath, adopting Multi Root Workspace APIs

Opened this issue · 0 comments

repositoryRoot = await git.getRepositoryRoot(vscode.workspace.rootPath);

This extension appears to be using the workspace.rootPath API. This is a deprecated property and may not work as expected. Please use workspaceFolders instead.

More info: https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#eliminating-rootpath