Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[Bug] json When the character length is an even number, the auto-completion function is abnormal, #3380

Closed
1 of 2 tasks
Edric-Li opened this issue Oct 22, 2022 · 2 comments
Closed
1 of 2 tasks
Assignees
Labels

Comments

@Edric-Li
Copy link

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Monaco Editor Playground Code

monaco.editor.create(document.getElementById('container'), {
	value: "{}",
	language: 'json'
});

Reproduction Steps

Write json key.

Actual (Problematic) Behavior

When the length of the key is odd, there is auto-completion, and when it is even, there is no auto-completion.

Expected Behavior

The autocomplete function is normal.

Additional Context

No response

@Edric-Li Edric-Li changed the title [Bug] [Bug] json When the character length is an even number, the auto-completion function is abnormal, Oct 22, 2022
@Edric-Li
Copy link
Author

scan-code

@tamayika
Copy link
Contributor

character length has nothing to do with the behavior, but whether the suggestion is opened or closed does.

@microsoft microsoft locked and limited conversation to collaborators Mar 3, 2023
@hediet hediet converted this issue into discussion #3713 Mar 3, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

4 participants