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

fix: get around extension update issues in tauri #1217

Merged
merged 1 commit into from
Dec 4, 2023
Merged

fix: get around extension update issues in tauri #1217

merged 1 commit into from
Dec 4, 2023

Conversation

abose
Copy link
Member

@abose abose commented Dec 4, 2023

In tauri, due to browser cache for asset urls, updates to extensions will still load old
extension through the http cache. So we show a restart app for the update to take effect dialogue after we mark the update as done.

image

Didnt fix it properly as we are moving to new extension manager workflows and in current
situation, extnsion updates are once in a month in the extension store as we have disabled brackets
extension store.

@phoenixide
Copy link
Member

Thank You for making this pull request.

Copy link

sonarqubecloud bot commented Dec 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@abose abose merged commit 683af02 into main Dec 4, 2023
17 checks passed
@abose abose deleted the u branch December 4, 2023 13:31
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

Successfully merging this pull request may close these issues.

2 participants