How to prevent 'Create Definition' opening a new tab? #13867
Replies: 3 comments
|
Hi Shaun Hamman (@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 |
|
I have opened microsoft/vscode#263012 as requested |
|
They recommended turning on the |


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!