Erich Keil

Results 3 comments of Erich Keil

Having same issue here. I think VsCode is auto completing the opening tag at the same time the vim extension surround command is wrapping the text, creating the duplicate closing...

Confirmed was able to fix it in a test case by adding the following after `this.options` gets set in `fillData()` ```php // custom callback override if(this.options.scales?.yAxes?.ticks?.callback != undefined && this.options.scales.yAxes.ticks.callback.search("function")...

same, didn't have much luck with any allow or config options and it also seemed to bork the syntax highlighting in vscode a tad too - primarily that the Component...