Skip to content
John Poole edited this page Jun 11, 2025 · 4 revisions

VisualTeensy is a lightweight Windows utility which fully automates the generation of Teensy projects for the Windows version of Visual Studio Code ("vsCode"), a modern, open source code editor. VisualTeensy is not available for Linux.

VisualTeensy does not touch any global or user level settings in vsCode and does not install any extension to vsCode. It only creates some Json control files (tasks.json, c_cpp_properties.json, launch.json) and a makefile and copies them into the appropriate subfolders of your project. After you have generated the project with VisualTeensy, you can use the native commands of vsCode to create your sketch and upload it to the board.

VisualTeensy

VisualTeensy is open source and is published under the MIT Licence.

Forum Posts

Clone this wiki locally