SqrTT / prophet

Prophet Debugger (SFCC sandboxes via SDAPI 2.0) extension for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=SqrTT.prophet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Override file in another cartridge..." not prompting with cartridge options

christopherjanzen opened this issue · comments

Despite having declared cartridgesPath with cartridges in dw.json, when right clicking in file and choosing "Override file in another cartridge...", nothing happens. Expected behaviour is command palette dropdown with cartridge list to pick which cartridge to create the override in.

Hi @christopherjanzen
Thanks for reporting. The latest version comes with 'site scope selector'. In case SFCC metadata present in workspace it detects cartridges sites and allows to choose site you are working for. Also cartridgesPath is used to detect path but by default it require to be selected in menu.
image

PS: probably would be good idea to highlight somehow...

Thank you for clarifying, and agreed it would be great to add it to documentation.