Skip to content

Extension is not getting auto updated even if it is compatible with newer version of VS Code #247313

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

Open
sandy081 opened this issue Apr 24, 2025 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions

Comments

@sandy081
Copy link
Member

Steps to reproduce:

  • Have a latest VS Code Insiders with latest pre-release version of Copilot Chat extension installed
  • Publish new version of VS Code Insiders by increasing an api proposal version that Copilot Chat extension depends on
  • Publish new version of Copilot chat pre-release version adopting to the new API proposal version
    🐛 You do not see Copilot Chat extension getting auto updated in the Insiders (one version older from latest)

This is because we compare the api proposal versions of latest copilot chat extension version with Insiders that is still has old proposal version. Therefore it is considered as incompatible and is not updated.

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions labels Apr 24, 2025
@sandy081 sandy081 self-assigned this Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug extensions Issues concerning extensions
Projects
None yet
Development

No branches or pull requests

1 participant