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: add missing accessibleView service #429

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

CompuIves
Copy link
Collaborator

I noticed that sometimes a new service (introduced with VSCode 1.89) is required, called the AccessibleViewInformationService. In this PR I add this service, together with another service related to accessibility I found.

Fixes:

image

@CompuIves CompuIves requested a review from CGNonofr May 10, 2024 10:28
Copy link
Contributor

@CGNonofr CGNonofr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

src/missing-services.ts Outdated Show resolved Hide resolved
@CompuIves CompuIves force-pushed the fix/missing-service branch from cf49511 to 65f352b Compare May 13, 2024 09:39
@CompuIves
Copy link
Collaborator Author

Once the checks succeed, would it be possible to cut a new release? I think this is the main thing holding us back from upgrading to the new VSCode (for some reason, I think that sidebar views contributed by extensions don't work because this service is missing)

@CGNonofr
Copy link
Contributor

Once the checks succeed, would it be possible to cut a new release? I think this is the main thing holding us back from upgrading to the new VSCode (for some reason, I think that sidebar views contributed by extensions don't work because this service is missing)

Sure, I would just like to add some small fixes (PR incoming soon)

@CGNonofr CGNonofr merged commit 7dc838b into main May 13, 2024
2 checks passed
@CGNonofr CGNonofr deleted the fix/missing-service branch May 13, 2024 10:00
Copy link

🎉 This PR is included in version 5.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants