We are using OpenShift DevSpaces when working with MS Visual Studio Code extended by the Atlassian PlugIn connecting to BitBucket/JIRA Datacenter.
Unfortunately the settings in DevSpaces does not persist from dey to day so we decided to integrate all settings loading from GIT with devspace.yaml and for MS Visual Studio Code at .vscode/extensions.json (an possibly settings.json).
But we could not figure out, where in the workspace the credentials (token) for Atlassian PlugIn connections (BitBucket and JIRA) will be stored so that we can provide them at time of loading the PlugIns too.
Obviously the generic place /.git-credentials, where the OS WorkSpace is storing the credentials (for GIT) does not work for this.
Thank You in advance for anything helpful.