git-autoconfig icon indicating copy to clipboard operation
git-autoconfig copied to clipboard

Avoid using workspace.rootPath, adopting Multi Root Workspace APIs

Open Pixelao opened this issue 2 years ago • 0 comments

https://github.com/ShyykoSerhiy/git-autoconfig/blob/bde4f9d23e62aaaa181f2ad5b628e50e7d6531ff/src/extension.ts#L70

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

Pixelao avatar Aug 03 '22 11:08 Pixelao