Closed RiKuRail closed 3 years ago
How to specify port in keybinding.json? E.g. "COM8"
{ "key": "ctrl+backspace", "command": "serialport.sendEntry", "args": ??? }
You can update to 0.0.12 and setting like this:
0.0.12
{ "key": "ctrl+backspace", "command": "serialport.sendEntry", "args": "COM8" }
Thanks, works perfect!
How to specify port in keybinding.json? E.g. "COM8"
{ "key": "ctrl+backspace", "command": "serialport.sendEntry", "args": ??? }