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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Currently for multi-root workspaces the workspace folder is included in the passed path.
e.g. With two workspace folders one and two, using Arcanist: Browse on one/foo.ts would call arc browse one/foo.ts instead of arc browse foo.ts
Currently for multi-root workspaces the workspace folder is included in the passed path.
e.g. With two workspace folders
one
andtwo
, usingArcanist: Browse
onone/foo.ts
would callarc browse one/foo.ts
instead ofarc browse foo.ts
See https://github.com/Microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs
The text was updated successfully, but these errors were encountered: