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

integratedTerminal not working anymore in V 1.2.1 #7000

Closed
KochC opened this issue Feb 19, 2021 · 4 comments
Closed

integratedTerminal not working anymore in V 1.2.1 #7000

KochC opened this issue Feb 19, 2021 · 4 comments
Labels

Comments

@KochC
Copy link

KochC commented Feb 19, 2021

Type: Debugger

Debugging still works, but the integratedTerminal is not showing up again. If opening it manually, the output is not shown from the debugger. externalConsole and internalConsole still are working.

Describe the bug

  • Version: 1.53.2 (user setup)
  • Commit: 622cb03f7e070a9670c94bae1a45d78d7181fbd4
  • Date: 2021-02-11T11:48:04.245Z
  • Electron: 11.2.1
  • Chrome: 87.0.4280.141
  • Node.js: 12.18.3
  • V8: 8.7.220.31-electron.0
  • OS: Windows_NT x64 10.0.19042
  • VS Code Version: 1.53.2 and 1.54.0
  • C/C++ Extension Version: 1.2.1

To Reproduce
Checkout the code from here
Build using nmake or whatever compiler you like.
Start debugging using the default debugger script in the launch.json

Fix
Downgrade to V1.2.0 still works.
Note: If you downgrade, make sure you also disable the Auto Extension Update.

@WardenGnaw
Copy link
Member

There were no changes to vsdbg from v1.2.0 to v1.2.1

@sean-mcmanus There may be an issue either with the downloading of packages or the release setup.
This seems very similar to how lldb-mi is not working properly in #6989
Not seeing anything in the changelog that would affect this.

@sean-mcmanus
Copy link
Collaborator

I don't know either. Nothing has changed with the release setup. Are we able to repro any of these regression issues? Do we know if the issue affects only the online vsix or also the offline vsix?

@Ghabry
Copy link

Ghabry commented Mar 30, 2021

I actually have the same problem but in another context:

For me the "console": "integratedTerminal" works flawless but for my students they do not see any output. They use the launch.json provided by me so this cannot be the issue. Must be something in my Windows system that causes the difference?

Does this feature depend on a recent Windows 10 version? Is the Windows Terminal (from the Windows Store) required? How about the PowerShell version?

Is currently hard to diagnose because we are all digital due to COVID but I scheduled a "real" meeting with one of my students tomorrow, maybe I can figure it out...

@bobbrow
Copy link
Member

bobbrow commented Dec 9, 2021

All files will be bundled with the VSIX starting in 1.8.0. This should be covered by #8152

@bobbrow bobbrow closed this as completed Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants