xulion / scope4code

cscope support for visual studio code
MIT License
21 stars 8 forks source link

Avoid using workspace.rootPath #77

Open ghostkadost opened 1 month ago

ghostkadost commented 1 month ago

This extension appears to be using the workspace.rootPath API. This is now deprecated 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