PG editor templates

@roland you are not alone anymore, a new user @13th just triggered this on windows. (topic)

Still, I cannot find a specific reproduction pattern :thinking:


Just a reminder for @RaananW
This topic if about a Monaco Editor bug which triggers sometimes on snippets loaded using replacement fields (${N:field}). This shoud be replaced by autofocus and jump using TAB.
Screencast from 09-12-2024 18:28:43
But sometimes it’s not replaced, and dollar sign pops in the code.
On my side I never had the issue a single time.


On internet I came accross same bug, for example here :

But the answer was :
You’re missing the insertTextRules property
But we do add it :

Or maybe there is a problem with initialCall :thinking:

2 Likes