Replies: 1 comment 5 replies
-
@yoni-noma this was implemented from v4.6.0 onwards! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, Currently the "open" button using the VScodeButton component only support VSCode. but i believe that with minor changes it can support varius IDE's like webstorm. this button use the vite plugin for executing:
exec(
code -g "${normalizePath(source)}:${line}"
)i guess that changing it to
exec(
webstorm -g "${normalizePath(source)}:${line}"
)or a settings context with the preffered IDE
Beta Was this translation helpful? Give feedback.
All reactions