We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On nixos-unstable: When trying to open file dialogs in VSCode, it crashes. Running code --verbose gives me this error message:
code --verbose
(code:31701): GLib-GIO-ERROR **: 14:04:00.754: No GSettings schemas are installed on the system
There seems to be many instances of such a problem: #26560 #24880 #21647
Here are two instance of fixes: 87e6fde 5565728
Not sure how to generalize those fixes to the vscode derivation though! :-(
The text was updated successfully, but these errors were encountered:
Woops, this seems to be a duplicate of: #45286
Sorry, something went wrong.
No branches or pull requests
Issue description
On nixos-unstable:
When trying to open file dialogs in VSCode, it crashes.
Running
code --verbose
gives me this error message:There seems to be many instances of such a problem:
#26560
#24880
#21647
Here are two instance of fixes:
87e6fde
5565728
Not sure how to generalize those fixes to the vscode derivation though! :-(
The text was updated successfully, but these errors were encountered: