Changing application configuration, caches, plugins directories Follow
Unix:
~/.config/JetBrains/Fleet
Mac:
~/Library/Application Support/Jetbrains/Fleet
Windows:
~\AppData\Roaming\JetBrains\Fleet
Default caches directory location:
Unix:
~/.cache/JetBrains/Fleet
Mac:
~/Library/Caches/JetBrains/Fleet
Windows:
~\AppData\Local\JetBrains\Fleet
Default plugins directory location:
Plugins stored on WS Server:
<config_path>/pluginStorage
Plugins downloaded to Frontend:
<config_path>/plugins
Changing Fleet config and caches directories:
From Fleet
1. Invoke Goto | Actions... popup and invoke Open FleetCfg action:
2. In the Fleet.cfg file specify the
fleet.app.config.path
property for the configuration path
fleet.app.caches.path
property for the caches path, e.g:
fleet.app.caches.path=<custom_path>
fleet.app.caches.path=<custom_path>
3. Restart.
If Fleet failed to start:
1. Open Fleet\app\Fleet.cfg in any editor;
2. Specify
fleet.app.config.path=<custom_path>
fleet.app.caches.path=<custom_path>
line(s);
3. Start Fleet.
Please sign in to leave a comment.
Thanks for this article,it's helpful for setting these entries manually.Will Fleet has any way to setting/override these config entries like vscode cli(eg. "--user-data-dir <custom path to user profile>,--extension-dir <custom path to extensions>")?