Samsung/vscode-extension-tizentv

Avoid using workspace.rootPath

Opened this issue · 1 comments

Extension using the workspace.rootPath API

webApp = TVWebApp.openProject(vscode.workspace.rootPath);

This is a deprecated property and may not work as expected.

Eliminating rootPath - https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#eliminating-rootpath

pwsses commented

hello Thank you for report.
I will update it to next version.
thank you