typewriter-for-vscode
typewriter-for-vscode copied to clipboard
Where are the settings configured?
Hello,
This extension is really cool! I'm trying to figure out where to configure the speed settings. They don't show up under extension settings in vscode? I tried adding them manually to both my global and workspace settings.json, but no luck. Any idea what I'm doing wrong?
I also have this issue, somebody please help!
Bit late to the party but I just started playing with this extension, I ended up configuring it in the extension code itself, just go to <USER>/.vscode/extensions/dansilver.typewriter-1.0.1/out/src/extension.js and set what values you want where it sets minSpeed and maxSpeed (note speed is actually the delay in ms, so lower = faster)