Tecnativa / doodba-scaffolding

Officially supported scaffolding template for your Doodba projects
Other
11 stars 38 forks source link

[VSCODE] Name workspace after folder #47

Closed yajo closed 5 years ago

yajo commented 5 years ago

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.

yajo commented 5 years ago

Just keep trying, I'm also getting used to it and it's being helpful for doodba :wink:

Maybe all you need is some new hotkeys for the tasks you're doing more often now.