-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Throttle calls to calculate task folder size #2860
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e168cbd
Throttle calls to calculate task folder size
cte e72208f
feat: allow variable interpolation into the custom system prompt (#2863)
daniel-lxs 6f26cb5
fix: allow opening files without workspace root (#1054)
hannesrudolph 92171fe
Fix: Preserve editor state and prevent tab unpinning during diffs (#2…
seedlord 40d1708
Bugfix/fix vscodellm model information (#2832)
QuinsZouls 4563b53
Fix: focusInput open roo code panel (#2626) (#2817)
hongzio 5059636
fix(mention): conditionally remove aftercursor content (#2732)
elianiva d3d96bc
feat: add `injectEnv` util, support env ref in mcp config (#2679)
NamesMT fd0fa0a
Update contributors list (#2867)
github-actions[bot] 1ddc426
FakeAI "controller" object must not be copied (#2463)
wkordalski 0570154
Remove unnecessary cost calculation from vscode-lm.ts (#2875)
d-oit 0477226
Allow Amazon Bedrock Marketplace ARNs (#2874)
mlopezr 558925a
OpenRouter Gemini caching (#2847)
cte 95bed9a
v13.3.3 (#2876)
mrubens 2689dbd
fix(chat): better loading feedback (#2750)
elianiva 418e290
feat: add other useful variables to the custom system prompt (#2879)
daniel-lxs 466328e
Use formatLargeNumber on token counts in task header (#2883)
cte 3131a21
Package material icons in vsix (#2882)
cte 9991f42
Gemini prompt caching (#2827)
cte 2028dc7
PR feedback
cte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When throttling the folder size calculation, if
getFolderSize.loose(taskDir)fails (lines 392-400), the catch block logs the error but does not updatetaskDirSizeCheckedAt. This may result in repeated calls if the error persists. Consider updatingtaskDirSizeCheckedAtin a finally block (or even on error) to avoid continuous retries.This comment was generated because it violated a code review rule: mrule_OR1S8PRRHcvbdFib.