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

web: missing settings change events from FileUserDataProvider #106119

Merged
merged 2 commits into from Sep 4, 2020

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented Sep 4, 2020

This PR fixes #103949

The onDidChangeCapabilities event was received, but the old capabilities used.

  • extUri stays case sensitive
  • toUserDataResource is always undefined as this.extUri.isEqualOrParent(fileSystemResource, this.fileSystemUserDataHome)) is false as the URI uses different casing for drive letters

@aeschli aeschli self-assigned this Sep 4, 2020
@aeschli aeschli added this to the August 2020 milestone Sep 4, 2020
@aeschli aeschli changed the title remote: missing settings change events from FileUserDataProvider web: missing settings change events from FileUserDataProvider Sep 4, 2020
@sandy081
Copy link
Member

sandy081 commented Sep 4, 2020

Great catch. Thanks for the fix

@sandy081 sandy081 merged commit e1b1a41 into master Sep 4, 2020
@sandy081 sandy081 deleted the aeschli/103949 branch September 4, 2020 12:32
@github-actions github-actions bot locked and limited conversation to collaborators Oct 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Web smoke test failure - verifies settings
2 participants