You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
When I tried to select a profile I saved earlier, I got an ENOTDIR error. I discovered that the command was looking in the wrong directory.
The error said it was looking for /Users/Library/Application Support/User/settings.json which doesn't exists and I had to create it manually by copying it from /Users/Library/Application Support/VSCodium/User/settings.json.
Maybe it's because I'm using VSCodium instead of VSCode? If so, can VSCodium support be implemented please?
The text was updated successfully, but these errors were encountered:
Until the developer updates it to work for VSCodium a quick workaround would be:
If you just have VSCodium and not VSCode a option would be to symbolic link those folders so
When I tried to select a profile I saved earlier, I got an
ENOTDIR
error. I discovered that the command was looking in the wrong directory.The error said it was looking for
/Users/Library/Application Support/User/settings.json
which doesn't exists and I had to create it manually by copying it from/Users/Library/Application Support/VSCodium/User/settings.json
.Maybe it's because I'm using VSCodium instead of VSCode? If so, can VSCodium support be implemented please?
The text was updated successfully, but these errors were encountered: