We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
local-history.daysLimit=0 should preserve all history with no purge - but it does not.
"local-history.daysLimit": 30 // A day number to purge local history. (0: no purge)
My settings
"local-history.path": "/home/username/app/code/local-history", "local-history.absolute" : true, "local-history.daysLimit": 0, "local-history.saveDelay": 4, "local-history.dateLocale": "en-GB",
The text was updated successfully, but these errors were encountered:
Found i workaround, daysLimit can be set to a big number:
daysLimit
"local-history.daysLimit": 999999
Sorry, something went wrong.
No branches or pull requests
local-history.daysLimit=0 should preserve all history with no purge - but it does not.
My settings
The text was updated successfully, but these errors were encountered: