-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: Enhanced TAR downloading #143575
Comments
@JacksonKearl is there a way to clear the flag that indicates whether or not to download? I did this and didn't get what I expected:
How do I get the warning again? |
The |
Neither of those seem to work. It never downloads again unless I explicitly click the 'Enable indexing' link. |
Refs: microsoft/vscode-anycode#9
Complexity: 4
Create Issue
Ensure you are on latest build with
remoteHub.indexing.maxIndexSize: 50
by default.The latest RemoteHub now downloads tar files much more aggressively. By default they will be downloaded on request from either workspace search or AnyCode's indexing, with the only exception being that the request is by default cancelled after 50MB.
Test on a variety of repo sizes (I used microsoft/vscode, microsoft/typescript, and torvalds/linux) and network throttles:
tree
's are expected, but not requests for file contents)remoteHub.indexing.maxIndexSize
, configures the limit for downloading, try setting to0
, empty, or a very large numberremoteHub.indexing.verboseDownloadNotification
, configures how loud the progress is, make sure that when this is set false you can still cancel long running downloads by clicking the status bar entry then cancelling in the popup.The text was updated successfully, but these errors were encountered: