-
When I bring up VS Code, and select the IBMi icon, I see two servers, one for production and one for test. I would like to open them both so that I can do a source file comparison. The problem is that when I open up one of the servers, the "SERVERS" screen goes away, so I can't open up the other server. Does anyone have any ideas on how to solve this one? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You start another instance of VS Code and connect to the other system here. Don't know if source compare works across connections, though... @worksofliam ? |
Beta Was this translation helpful? Give feedback.
-
Like @chrjorgensen said open a new window (Ctrl+Shift+N/Cmd+Shift+N) and open your second connection there. Comparing source using the |
Beta Was this translation helpful? Give feedback.
Like @chrjorgensen said open a new window (Ctrl+Shift+N/Cmd+Shift+N) and open your second connection there.
Comparing source using the
Compare with..
commands won't work across windows however. Best work around I've found (and I haven't looked long) was to copy my source in one window into the clipboard and useCompare Active File with Clipboard
on the other window.