Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一个说不上来是不是bug的bug #44

Closed
wzhengsen opened this issue Dec 2, 2019 · 2 comments
Closed

一个说不上来是不是bug的bug #44

wzhengsen opened this issue Dec 2, 2019 · 2 comments

Comments

@wzhengsen
Copy link
Contributor

重现步骤

  1. 将“随调试器启动的可执行文件路径”配置后,如下:
    "program": "${workspaceRoot}/XXX.exe"
  2. 按F5调试,
  3. XXX.exe确实运行成功并正确调试了,
  4. 关闭XXX.exe,
  5. 多重复几次2-4步骤,
  6. 发现右下角终端窗口不会自动关闭,并且会越来越多:
    1
@stuartwang
Copy link
Collaborator

收到,之前的做法是每次启动一个新的terminal ,用于运行XXX.exe. 后面我们想尝试做一下检测,如果之前创建的terminal没有被销毁,就尝试复用,避免生成很多的情况。
感谢反馈~

@stuartwang
Copy link
Collaborator

已修复,实现运行 program 时终端的复用,此特性预计跟随下个版本发布。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants