ChristianKohler/NpmIntellisense

Avoid using workspace.rootPath

Opened this issue · 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

microsoft/vscode#69335