Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

"Select Profile" command is looking in the wrong directory #42

Open
matronator opened this issue Feb 2, 2021 · 2 comments
Open

"Select Profile" command is looking in the wrong directory #42

matronator opened this issue Feb 2, 2021 · 2 comments

Comments

@matronator
Copy link

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?

@mTvare6
Copy link

mTvare6 commented Mar 21, 2021

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

ln -s /Users/you/Library/Application\ Support/VSCodium /Users/you/Library/Application\ Support/Code
ln -s /Users/you/.vscode-oss /Users/you/.vscode

These are the directories for macOS find the directory where your OS has vscode

@matronator
Copy link
Author

That works, thanks! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants