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

Show inline values #384

Merged
merged 9 commits into from
Jul 19, 2024
Merged

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
16 checks passed
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