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

"Clear File Values" doesn't clear "Only the first N values are automatically logged" message #847

Closed
wpchen opened this issue Dec 14, 2022 · 1 comment
Labels

Comments

@wpchen
Copy link

wpchen commented Dec 14, 2022

Issue description or question

In the first screenshot below, I have Quokka running fine on the below sample code.

screenshot 1

The problem is when I "Clear File Values" (either via hitting "ESC ESC" or via VSCode command palette), the values of the variable are correctly cleared but the "Only the first 10 values are automatically logged..." message sticks around (see second screenshot below).

screenshot 2

I don't think the message should stick around (ie: all blue text should go away) when I "Clear File Values".

Is this issue related to Quokka not outputting the expected results of your code?: No

Sample code

let a = 1;

for (let i=0; i < 11; i++) {
  a += i;
}

Code editor version

Visual Studio Code v1.74

OS name and version

OSX - Ventura 13.0.1

@smcenlly smcenlly added the bug label Dec 14, 2022
@smcenlly
Copy link
Member

Thanks for reporting the problem. This is fixed in the latest version of Quokka for VS Code, v1.0.517.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants