zabel-xyz / local-history

local-history for vscode
MIT License
228 stars 36 forks source link

Setting "local-history.path" to user directory causes EACCES permission denied error #64

Open manovotny opened 5 years ago

manovotny commented 5 years ago

I'd like to save my history somewhere in my user directory, so I have the following in my settings.json.

"local-history.path": "~/.vscode"

But when local-history tries to save history, I get the following error.

screen shot 2019-02-12 at 3 28 02 pm

Any idea what I am doing wrong?

I am on a Mac.

zabel-xyz commented 5 years ago

Character ~ is not supported yet, see #47, #43. I am working to fix this issue (see branch Next)

zabel-xyz commented 4 years ago

Partially fix in version 1.8.0. Character ~ is supported now. Restore doesn't work yet.