quickSuggestions do not trigger when defining a new JSON key. Fixes microsoft/monaco-editor#2579

This commit is contained in:
Martin Aeschlimann 2021-08-17 11:15:13 +02:00
parent c7c029db8e
commit c8a5be4ee1
No known key found for this signature in database
GPG key ID: 2609A01E695523E3

View file

@ -321,7 +321,7 @@ export class CompletionAdapter implements languages.CompletionItemProvider {
constructor(private _worker: WorkerAccessor) {}
public get triggerCharacters(): string[] {
return [' ', ':'];
return [' ', ':', '"'];
}
provideCompletionItems(