-
Notifications
You must be signed in to change notification settings - Fork 21
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
Deleting the build folder. #98
Comments
It looks like the notification saying configuration is complete pops up before configuration is actually complete - could you try waiting 10s (or until the |
Hi, Regards |
Ok, I found the mistake. In one of my |
@SaxonRah Just pushed a commit that should fix this issue. Can you confirm with the preview build? |
Yes, That does fix the problem. The |
In previous versions, I swear I could delete the
build
folder then clickConfigure CMake
everything would be fine and I could still compile. No errors.Now doing the same thing, results in:
ninja: error: loading 'build.ninja': The system cannot find the file specified.
Running
cmake -G Ninja ..
in thebuild
folder after clickingConfigure CMake
in the extension, solves the ninja error.I had a friend contact me about this same problem, they had accidently deleted the
build
folder, and since I already knew the solution, I was able to solve that for them effortlessly. They apparently searched and struggled with it for a day or two and couldn't figure it out.I'm partly posting this issue so people can find a solution if they encounter this, as well ask if this is expected functionality? I don't think I remember running
cmake -G Ninja ..
in thebuild
folder before, but I could be wrong as I have to use that command for other toolchains and just can't remember.The text was updated successfully, but these errors were encountered: