-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Path does not exist #1
Comments
Can you run It's either finding the wrong path or failing to open it for some reason. |
I got an error: unable to open ": invalid file resource (file://c:\users\myaccount\vscode.projects.json). but the config file is actually there I deleted the preview one, and run and my home path has an default config file. weird |
I think this is the same issue as #2. I've pushed a new update that might fix it. Can you try updating the extension? |
negative! |
What is the exact value of your |
either leave it empty or the path of config, the former get error when |
If you leave it empty the config file will be filled with fake paths like Edit: |
no, I did add the escape char, it didnt show because of md. I updated my previous reply. |
I've tried using the same logic used by the top downloaded extensions to open the file, you can find the updated extension here. Just do a Command palette -> Install from VSIX... and restart VSC. If it works I'll push an update, if it doesn't I'm afraid that being unable to reproduce it I won't be able to fix it. |
negative! tried both vscode and insiders, even disabled all extensions to make sure no other impact. |
Damn... Does this extension work in your environment? Try to run its "Edit Project" command. |
project manager and git project manager both work fine on my vscode. so... you infer this problem happen on my pc only? |
I did not tried the
But after the last commit 15cbcdf this package started working here. |
@fabiospampinato finally, yes, it works now 👍 (time to say goodbye to project manager and git project manager :P thank you so much) |
I'm happy to hear that 😄 Did you have to change |
both (leave it empty or path) ok. but I think it is better to make default config in vscode default user settings folder (just like project manager), because this make sync extension able to sync the config. |
That's interesting, I haven't thought about that 🤔 Thanks for the idea. |
tried on vscode and vscode insider get the same result :(
os: windows 10 creator update
vscode: 1.4.2 64bit
The text was updated successfully, but these errors were encountered: