microsoft / vscode-anycode

MIT License
326 stars 38 forks source link

Lift size limit when RemoteHub tars are available for current workspace #10

Closed joyceerhl closed 2 years ago

joyceerhl commented 2 years ago

You can install GitHub.remoteHub-insiders to consume the new hasWorkspaceContents(workspaceUri: vscode.Uri) API, which returns true if the workspaceUri is provided by a virtual provider that supports requesting the full workspace contents (currently, just GitHub provider URIs) and the workspace contents are currently locally available.

jrieken commented 2 years ago

Thanks @joyceerhl