Without this patch, after creating many workspaces across many scaffoldings, a problem happens: all of them are named the same. That makes it visually more difficult to find them in the recent projects quick opener.
To fix this problem, the generated file will be named like doodba.$(basename $(absname .)).code-workspace, so it's easier to find.
As a counterpart, if you already had the doodba-devel.code-workspace created in your scaffolding, it will no longer be git-ignored after you update the scaffolding. That's on purpose for you to remember to delete it and create the new one.
Without this patch, after creating many workspaces across many scaffoldings, a problem happens: all of them are named the same. That makes it visually more difficult to find them in the recent projects quick opener.
To fix this problem, the generated file will be named like
doodba.$(basename $(absname .)).code-workspace
, so it's easier to find.As a counterpart, if you already had the
doodba-devel.code-workspace
created in your scaffolding, it will no longer be git-ignored after you update the scaffolding. That's on purpose for you to remember to delete it and create the new one.