-
I would like to add a bit of javascript to the start up of code-server to capture some cross window communication and invoke some commands in a vs-code extension. In version 3.x we altered the Similar to a recently answered question about customizing the UI, one way to do this might be to patch |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
this is only used in development so i believe you'd need to modify
i believe that's the only way I know. maybe a browser extension? |
Beta Was this translation helpful? Give feedback.
this is only used in development so i believe you'd need to modify
workbench.html
instead.i believe that's the only way I know. maybe a browser extension?