typewriter-for-vscode icon indicating copy to clipboard operation
typewriter-for-vscode copied to clipboard

Where are the settings configured?

Open Erfa opened this issue 4 years ago • 2 comments

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?

Erfa avatar Jul 25 '20 15:07 Erfa

I also have this issue, somebody please help!

nab138 avatar Sep 03 '20 14:09 nab138

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)

fustaro avatar Aug 28 '21 12:08 fustaro