patronage / bubs-next

Headless Wordpress + Next.js Project scaffolding
https://bubs-next.vercel.app
MIT License
37 stars 10 forks source link

VS code workspace support #281

Closed ccorda closed 1 year ago

ccorda commented 1 year ago

Using vscode workspaces would help us silo efforts, so you can work on either WP, Next, or both. https://code.visualstudio.com/docs/editor/workspaces

It can also keep configurations for extensions, prettier, etc. siloed

ccorda commented 1 year ago

Have played with this a bit more -- I think it can be valuable on a project with totally silo'd pieces with different configs (like a data project and a wordpress). But in our case, we're frequently working across folders, so hiding all but one is suboptimal. And prettier config can be shared.