sfccdevops / sfcc-devtools

Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.
MIT License
5 stars 0 forks source link

SFCC Tab doesn't open file in editor/unresponsive #26

Open mmorlan-born opened 4 months ago

mmorlan-born commented 4 months ago

Is there an existing issue for this?

Describe the Bug

File does not open in editor using SFCC DevTools

Steps To Reproduce

  1. Select an ISML comment for a template under Elements
  2. Open SFCC tab
  3. Click 'Open in Editor'
  4. Progress spinner continuously spins without opening file in editor

Expected Behavior

The file should open in editor once I've selected the comment and clicked 'Open in Editor' under the SFCC tab

Screenshots

https://gyazo.com/c3d7af5fa45419be22a467e0ed477c5c

Environment

- OS: Sonoma 14.5
- Node: 14.21.3
- npm: 6.14.18

Additional Context

No response

manifestinteractive commented 4 months ago

Can you verify you have the Prophet Debugger extension installed for VS Code? This is what handles the request to open the file.

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

You also need VS Code open already for this to work. If VS Code has the extension installed, but the app itself is closed, opening a link won't work.