-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi @Drakmyth . I believe we could fix this in the C/C++ Extension, by first searching for an existing editor to activate. However, what you're seeing appears to be the due to 'default' behavior of the |
Beta Was this translation helpful? Give feedback.
-
|
I have opened microsoft/vscode#263012 as requested |
Beta Was this translation helpful? Give feedback.
-
|
They recommended turning on the |
Beta Was this translation helpful? Give feedback.


They recommended turning on the
workbench.editor.revealIfOpenwhich does seem to make it favor already open windows over making new ones! Thanks for the help!