Pedro Braga

Results 2 issues of Pedro Braga

**Describe the solution you'd like** I would like to pass a TimeSpan instance to schedule each invocable. Actually I want pass custom seconds for the period inside of TimeSpan. **Describe...

In the code https://github.com/hediet/vscode-drawio/blob/fe9426343bdd75bf981b7e5f7f731c2c46543194/drawio-custom-plugins/src/linkSelectedNodeWithData.ts#L24-L35 my suggestion is to negate the condition and return. This way we can improve readability. ```javascript if (cell == null) return; const data = getLinkedData(cell); const...