My organization uses Microsoft Application Virtualization (App-V) to install applications on our virtual desktops - as a result, when Sublime Text gets installed the data_path ends up being part of the virtualized application package, and is overwritten each time the machine reboots.
Is there a way to tell Sublime Text to use an alternate location as the data_path? I’ve tried using --data on the command line, but this doesn’t seem to be making a difference. (Sublime text just opens the directory named as the workspace, and looking at the console all of the paths are still set to the defaults.)
I’m aware that I could use the portable version - but this is contrary to company policy, and it doesn’t fully integrate into the shell - as all of those links are setup to use the virtualized application.
I’m running Sublime Text 4 (build 4122).
Thanks,
-John Clark