LeetCode-OpenSource / vscode-leetcode

Solve LeetCode problems in VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode
MIT License
8.18k stars 646 forks source link

Automatically opens a new code tab when submiting #940

Open dhy0110 opened 5 months ago

dhy0110 commented 5 months ago

Hello, I keep 'Enable Side Mode' on so when I open a problem, there will be two windows : left is for coding and right for Description and submission. But I found that if I submit a new problem, vacode will automatically open a new code tab , while submitting previously submitted question will not. I want to ask is there any setting can avoid that? Thank you very much.