-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Project manager can't create projects.json file on the default path #178
Comments
Hi @Kurolox , The extension saves the projects in User's AppData folder. This is the same place where VS Code store its settings and keybindings files. In the early days, it was using Could you give me more information about your scenario? Does Thanks in advance |
I think I see the issue here. So, in Arch Linux we have two Code packages in our user-contributed repositories. The one I've installed, I can't confirm if the other package has the same issue and stores it on a different location. However, I'll try to get in contact with the package maintainer and see if they can change the folder path on their side, since I believe it's their issue for using a different path. |
It seems like both versions of the package are maintained by the same guy, so I assume that both are using the same non-default path. I've sent him a message asking if he could change the path to the default one, and I'm awaiting a response. |
Well, maybe I could help with it. To decide the correct folder to store the files, I check for
Maybe, it is already ready for your distribution. Please, check with the original maintainer if this Hope this helps |
I've took the chance to learn how to "make" an VSCode extension, and it seems that the value of |
Since it looks like an easy fix, I've forked the repository and I'm working on it. I'll make a pull request later today. |
Made a pull request already. |
I will update the extension later today. Thanks! |
Basically, this extension has been unable to create the json file on it's own, probably due to a lack of permissions or an incorrect default path. Changing
projectManager.projectsLocation
to a valid path where the user has read and write permissions solves the issue on my system, but it would be nice if it worked out of the box. Otherwise, the extension won't work since it's unable to save projects.Some info about the system.
0.25.0
Arch Linux
Linux Horus 4.15.15-1-ARCH #1 SMP PREEMPT Sat Mar 31 23:59:25 UTC 2018 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: