vscode: Git: Extension vscode.git CANNOT use API proposal: telemetry.
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.86
- OS Version: MacOS 14.3
Steps to Reproduce:
- any commit to git brings a popup with “Git: Extension vscode.git CANNOT use API proposal: telemetry.”
- after this popup it’s impossible to push the commit to remote. The only way to publish is to create a new branch.
@builtin @id:vscode.git
shows just the build-in v1.0
I also tried to uninstall all plugins (even if I have not installed any new ones for a couple of weeks) and the error happens again.
What can I do to make it work again?
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Reactions: 6
- Comments: 35 (11 by maintainers)
If you somehow checked out your git repo to a
detached head
condition, then this issue may be resolved in #202387If you are NOT using a
detached head
git repo, please comment here or on #202387I think another issue is needed.
Also facing this issue and no custom extensions. Even if there were, breaking the entire experience for the sake of telemetry is insane.
@lszomoru This is helpful, thanks! I will give this a shot. I was not using detached head, so any fixes solely for detached head, will not fix this issue for me, and possibly others.
@cameronelliott, never mind. I have a repro and I am debugging the issue now.
The
vscode.git
extension does not use the telemetry API proposal so what I am suspecting is that an error occurs and VS Code looks at the stack trace of the exception and incorrectly puts the blame on thevscode.git
extension. Any of you that experiences this issue, could you check the developer console using the “Developer: Toggle Developer Tools” command and share any errors that you might see there.Also the “Report Issue” command will provide version info in a format that doesn’t upset the bot.
I’m using the latest version! 1.86 = 1.86.0