Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Fixes microsoft/monaco-editor#1999 #12

Merged
merged 2 commits into from
Sep 21, 2020
Merged

Conversation

pankajk07
Copy link

@pankajk07 pankajk07 commented Sep 19, 2020

The idea is to keep track of all the parents (objects and arrays) that were encountered while traversing to any particular key-value pair. While assigning scope to a particular string, now we will check for two possibilities if the colon was there before the string or the current parent of the string is an array. If either of them is true, we will assign the scope as value.

@ghost
Copy link

ghost commented Sep 19, 2020

CLA assistant check
All CLA requirements met.

… the current parent and previous parents for any particular key or value part
@alexdima alexdima added this to the August 2020 milestone Sep 21, 2020
@alexdima
Copy link
Member

Thank you!

@alexdima alexdima merged commit 46b863d into microsoft:master Sep 21, 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.

2 participants