Skip to content

Conversation

paulacamargo25
Copy link
Contributor

Closed: #167

@paulacamargo25 paulacamargo25 added the feature-request Request for new features or functionality label Jul 15, 2024
@paulacamargo25 paulacamargo25 self-assigned this Jul 15, 2024
@paulacamargo25 paulacamargo25 added this to the July 2024 milestone Jul 15, 2024
var3 = "hola"
var4 = {"a": 1, "b": 2}
var5 = [1, 2, 3]
var6 =var1 + var2
Copy link
Member

@karthiknadig karthiknadig Jul 15, 2024

Choose a reason for hiding this comment

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

What happens for cases like self.var1? Or cases like [var1, var2]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cases of variables inside other variables works, and now I updated the code in order to work with self.

@paulacamargo25 paulacamargo25 merged commit 695d259 into microsoft:main Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support displaying inline values in VS Code
2 participants