fiddle icon indicating copy to clipboard operation
fiddle copied to clipboard

bug: monaco themes are stored in wrong folder

Open ckerr opened this issue 4 years ago • 3 comments

CONFIG_PATH is hardcoded to be a .dotdir underneath the home directory, which ignores other conventions e.g. XDG_CONFIG_HOME.

ckerr avatar Jun 20 '21 00:06 ckerr

Changing it would force us to ignore current configurations stored in .dotdir.

dragonDScript avatar Oct 10 '21 11:10 dragonDScript

@erickzhao @dragonDScript Can I try my hands on this? And can you give pointers to the optimal solution?

teezzan avatar Oct 22 '21 15:10 teezzan

@erickzhao @dragonDScript Can I try my hands on this? And can you give pointers to the optimal solution?

I'm not a maintainer. First, change it for every platform. Then, find the old .dotdir config and if it exists, ask the user to move everything to the new dir.

dragonDScript avatar Oct 22 '21 18:10 dragonDScript