‘editor.action.triggerSuggest’ will trigger the 'provideCompletionItemsmethod' twice #3747
Unanswered
xinshemeigui
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
monaco-editor version: 0.20.0
**Browser:chrome
**OS:win10
Playground code that reproduces the issue:
When I press BackSpace ‘provideCompletionItems’ will be triggered twice
Trigger once before the value changes
Trigger once when the value changes
But I just want him to trigger it a second time
What should I do?
Beta Was this translation helpful? Give feedback.
All reactions