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
I made a new project with a dub.sdl file and attempted to run "Update Project" and was told "The active project does not specify the path to the DUB package file." My project file looks like this:
{
"package_file": "$project_path/dub.sdl"
}
Yet, if I put this setting in my settings file, it starts reading from there (though the $project_path thing obviously doesn't work). Could you perhaps take a look at this? Thanks!
The text was updated successfully, but these errors were encountered:
I made a new project with a dub.sdl file and attempted to run "Update Project" and was told "The active project does not specify the path to the DUB package file." My project file looks like this:
Yet, if I put this setting in my settings file, it starts reading from there (though the
$project_path
thing obviously doesn't work). Could you perhaps take a look at this? Thanks!The text was updated successfully, but these errors were encountered: