Enteleform
Enteleform
I want to set `vscode-edge-devtools.mirrorEdits` to `false`, but when I reload VSCode, it automatically gets reset to `true`.
A key shortcut would be the most efficient way I think. Toggling the menu on & repositioning with the mouse is much faster than moving with the keyboard arrows IMO.
> So, kind of a key shortcut for the key shortcut alt + space + m? Not really. That shortcut toggles into a window moving state that is affected by...
So I just tried adding `run` to the parent action and found that: - the `run` action is executed - the palette closes and the list of children is not...
Here's the use case I'm currently building: - creative coding sketchbook - routes are structured to allow working through material like [The Nature Of Code](https://natureofcode.com/book/introduction/), with organized & ordered groups...
I can take a look at it. Can you point me in the direction of some good starting points for this? What do you think about having a separate `createParentAction`...
RE: `defineParentAction `, yes that is what I was suggesting initially. I'll see what I can do without going that route if possible. ----- Also, I'm working on this now...
I just submitted PR #15
🙌 https://user-images.githubusercontent.com/10906415/169695650-a491d2a3-1291-4821-af1f-69b2be8497f3.mp4
RE: E2E I managed to run them successfully via the Playwright extension for VSCode. Dunno why they were failing via the CLI, maybe something to do with the additional browsers.