Sharkou
Results
1
comments of
Sharkou
I had the same problem and found a solution/workaround : isFlush property from onDidChangeModelContent event. Try this : ```js editor.onDidChangeModelContent(e => { if (e.isFlush) { // true if setValue call...