ionide-vscode-fsharp icon indicating copy to clipboard operation
ionide-vscode-fsharp copied to clipboard

Avoid using workspace.rootPath

Open roblourens opened this issue 4 years ago • 2 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

Hey @roblourens :wave:,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our OpenCollective and consider backing us.

https://opencollective.com/ionide

PS.: We offer backer support for all backers. Don't forget to add backer label when you start backing us :smile:

There might be some work here in this repo, but most of the logic related to workspace handling is actually in FSAutoComplete, so I've raised a more detailed issue there.

baronfel avatar Mar 05 '21 02:03 baronfel