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
I have a fix for the installation issue here #3394 - however, this extension uses tree views (need #3126 for that work completely). It seems like it backs up the files in the .history folder, though, at the moment.
__Issue:__ The local history extension fails to install with the error "Unable to locate extension"
__Defect:__ There is a failure parsing the extension manifest, with these command json expressions:
```
{
"command": "treeLocalHistory.refresh",
"title": "Refresh",
"when": false,
"icon": "$(refresh)"
},
```
Our `"when"` expression parser only handles strings, not booleans.
__Fix:__ Extend our parser to handle booleans as well.
After installing the VS extension "Local History", Onivim can't locate it:
The text was updated successfully, but these errors were encountered: