zabel-xyz / local-history

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

not working workspaceFolderBasename #81

Open serdartaylan opened 5 years ago

serdartaylan commented 5 years ago

not working workspaceFolderBasename https://code.visualstudio.com/docs/editor/variables-reference

my setting "local-history.path": "${workspaceFolder}/../historyCode/${workspaceFolderBasename}/",

zabel-xyz commented 5 years ago

This is a VSCode variable and it's not supported by this extension. Use only what is explained for local-history.path in documentation

serdartaylan commented 5 years ago

I want the parameter to be available. you can do it

zabel-xyz commented 4 years ago

Sorry, not for now. With variable inside folders, and more complex settings like your example, it will break the current logique, so not easy to implement. (e. g. restore mechanisme...)