Skip to content

Fix compatibility issue in BranchDataItemCache#678

Merged
alexweininger merged 1 commit intomainfrom
alex/yellow-antlion
May 15, 2023
Merged

Fix compatibility issue in BranchDataItemCache#678
alexweininger merged 1 commit intomainfrom
alex/yellow-antlion

Conversation

@alexweininger
Copy link
Copy Markdown
Member

Fixes microsoft/vscode-azurefunctions#3670

For compatibility, if a branch item is an AzExtTreeItem, make sure to use the fullId instead of the id as a cache key. Often AzExtTreeItems have a single simple word as the id, and store the real id in fullId. This causes issues if we cache based on id alone since items will share an id.

@alexweininger alexweininger requested a review from a team as a code owner May 15, 2023 18:37
@alexweininger alexweininger merged commit 68bc3b4 into main May 15, 2023
@alexweininger alexweininger deleted the alex/yellow-antlion branch May 15, 2023 18:55
@microsoft microsoft locked and limited conversation to collaborators Jun 30, 2023
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.

The added setting appears under the "Application Settings" node of the slot after adding a new setting for the function app

2 participants