You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlikely to happen and I also think it's an artificial need that arises from toying around. I'd say that language brains creating workspace edits are already using absolute paths (maybe uris) so that this need doesn't exist.
Testing #52800
It would be much easier to create uris to give to
WorkspaceEdit
instances if we had utilities to create uris from relative paths inside folders.Right now I have to do something like this:
Suggestions:
Uri.relative(path: string): Uri
WorkspaceFolder.getRelativeUri(path: string): Uri
I know our API isn't supposed to have utils... so I also see the counter argument.
The text was updated successfully, but these errors were encountered: