question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Some commands fails on VSCode Insiders

See original GitHub issue

Some commands like jumping to a commit, staging a file, switching branches etc. fails on the latest build of VSCode Insiders with the Cannot read properties of undefined (reading 'exec') error.

Screenshot 2022-11-30 at 17 50 55

I’ve tried to debug the issue and I think the problem is: we are using a private variable from VSCode Git API in gitRun and with https://github.com/microsoft/vscode/issues/167269 it started to get mangled.

You can see private variable repository mangled to J for example: Screenshot 2022-11-30 at 17 53 54

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
kaholecommented, Dec 5, 2022

Yeah, realised when unexge posted that 👍🏻 Working on a fix that does not rely on private fields

2reactions
kaholecommented, Dec 1, 2022

Thanks for the heads up! Edamagit will break badly when this is released. Will work on fixing this properly

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot open terminal after using the code-insiders command ...
T.L.;D.R.: I cannot open the integrated terminal in VS Code windows that were opened by using the code-insiders some-folder command.
Read more >
Remote Development Tips and Tricks - Visual Studio Code
One command helpful to troubleshoot a variety of Remote-SSH issues is Remote-SSH: Kill VS Code Server on Host. This will remove the server,...
Read more >
code . is not recognized as an internal or external command
Open command prompt · Type the command - setx path "%path%;C:\Program Files (x86)\Microsoft VS Code\bin" · Restart terminal.
Read more >
Visual Studio Code - ArchWiki
Command "..." not found. In the Microsoft branded releases, the product.json file lists the extensions that are allowed to use certain proposed ...
Read more >
Troubleshooting - Visual Studio Live Share - Microsoft Learn
NET Core that no longer supports any versions lower than High Sierra ... Start VS Code stable or insiders depending on your preference, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found