bwateratmsft / memento-explorer

Memento Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=bwater.memento-explorer
MIT License
4 stars 1 forks source link

Memento Explorer cannot save string arrays #20

Closed bwateratmsft closed 1 year ago

bwateratmsft commented 1 year ago

String arrays get mangled into an object when trying to save. e.g. trying to save ['bwateratmsft', 'microsoft'] results in saving { "1": "microsoft" }.

bwateratmsft commented 1 year ago

As a workaround, one can delete the key, and then recreate it