Global cody_settings.json file

It’d be nice to configure settings globally in addition to per-project. It looks like there is a global settings file, but if I read the plugin code correctly it is only used when there is no .idea folder in the current project.

Hey @ajaffie Thank you for reporting this feature request.

The team will have a look at it.
I’m curious, where you read about that settings file.

Thank you

The plugin is open source, the code is in the sourcegraph/cody repo on github.

Hey @ajaffie we migrated the jetbrains Cody plugin into this repo but that doesn’t mean that all features are also available in the JetBrains IDE. To be sure if the code is in the ‘lib’, ‘vscode/webview’, ‘agent’ or directly in the ‘jetbrains’ folder than it should be supported.

Hi,

The code is here so it seems like it is used.