-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Positrons pops up "code-oss-dev Safe Storage" dialog when launched from within VSCode #2274
Comments
Yeah, if I close Positron, and then relaunch it from VSCode, I get it every time |
Screen.Recording.2024-02-15.at.6.31.14.PM.mov |
This pop up is originating from this file: the exact line that causes the pop-up to show up is
See https://www.electronjs.org/docs/latest/api/safe-storage On my computer, I have a bunch of Electron apps that seem to use this API: If this quirk seems to only apply to running Positron in development mode, maybe we can just fix the "code-oss-dev" piece (somehow?) to say "Positron" instead and recommend that people authorize the keychain access? See also microsoft/vscode-discussions#748 |
Release build instance of this issue: #5485 |
Moving back into triage as we have at least 2 instances of this this in a release build. |
This may possibly be related to recent work from the Connections pane that uses the secret storage. |
I investigated this a little and it doesn't seem to be related to the secret storage usage in the connections pane (implemented in #5456) as even after removing all the refrences to the Secret storage in that files we still get the modals. |
This comes up frequently when launching Positron from within VSCode
The text was updated successfully, but these errors were encountered: