java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

Avoid using workspace.rootPath

Open roblourens opened this issue 6 years ago • 0 comments

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

https://github.com/microsoft/vscode/issues/69335

roblourens avatar Aug 24 '19 20:08 roblourens