adonis-vscode-extension icon indicating copy to clipboard operation
adonis-vscode-extension copied to clipboard

Monorepo support

Open ReptoxX opened this issue 9 months ago • 0 comments

The Extension should work with Monorepos as the application is just a part of the folder structure and not the main thing. It should search the pnpm-workspaces, yarn-workspaces... To search for folders that should contain applications and find the adonisrc.ts or ace.js inside. Every path that contains that should then be listed as an option inside the dialog to apply the change to. If it could not find any adonisjs application, it should immediately tell the user.

Why this feature is required (specific use-cases will be appreciated)?

The extension doesn't work in a monorepo. It can't find the adonisjs application, nor it asks which application it should add the change to.

Have you tried any other work arounds?

I've searched for a configuration inside vscode to define the actual path to the adonisjs application (under apps/) but couldn't find any.

ReptoxX avatar May 03 '25 19:05 ReptoxX