mehlian

Results 5 comments of mehlian

This solved my problem: ``` //@ts-ignore this.spine.lastTime = null; // reset timer (private field of spine) this.spine.state.setAnimation(0, animName, loop); ```

Looks like setting `'expressions':'native'` fixes the problems. I'll leave this issue open since I don't know if this is a solution for the problem or a workaround.

>I would say this is at least partially bug with the Code Spell Checker extension, because it seems like it's triggering a rename, which causes our extension's rename provider to...

Try this vscode option: `"editor.suggest.insertMode": "insert",`

Any update on this? I tried to recreate a calculator with the ability to edit history, similarly to the Windows 7 calculator, but from what I see, it can't be...