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

VSCODE-504: streams support in playground #633

Merged
merged 3 commits into from
Jan 4, 2024

Conversation

shaketbaby
Copy link
Contributor

Description

Add streams support to playground:

  • autocomplete stream processors and operations
  • console logs are printed to the output channel continuously as they are logged

Checklist

  • New tests and/or benchmarks are included

Motivation and Context

  • New feature

Types of changes

  • Minor (non-breaking change which adds functionality)

@shaketbaby shaketbaby added the enhancement New feature or request label Dec 29, 2023
@shaketbaby shaketbaby self-assigned this Dec 29, 2023
Copy link
Member

@Anemy Anemy left a comment

Choose a reason for hiding this comment

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

Looking good, left a couple comments, might be good for @alenakhineika to take a look at the Visitor changes as she has been involved more with that code in the past.
I like the continuous logging improvements!

src/editors/playgroundController.ts Outdated Show resolved Hide resolved
src/language/mongoDBService.ts Outdated Show resolved Hide resolved
src/test/suite/language/mongoDBService.test.ts Outdated Show resolved Hide resolved
src/language/mongoDBService.ts Show resolved Hide resolved
@shaketbaby shaketbaby force-pushed the VSCODE-504-streams-support-in-playground branch from d6a5c74 to eb490f0 Compare January 3, 2024 07:39
Copy link
Member

@Anemy Anemy left a comment

Choose a reason for hiding this comment

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

nice!

@shaketbaby shaketbaby merged commit d3da9c7 into main Jan 4, 2024
6 checks passed
@shaketbaby shaketbaby deleted the VSCODE-504-streams-support-in-playground branch January 4, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants