Open roblourens opened 5 years ago
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
workspace.rootPath
workspaceFolders
https://github.com/microsoft/vscode/issues/69335
This extension appears to be using the
workspace.rootPath
API. This is a deprecated property and may not work as expected. Please useworkspaceFolders
instead. More info: https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#eliminating-rootpathhttps://github.com/microsoft/vscode/issues/69335