Skip to content

ljelschen/mct-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c201c71 · Jul 7, 2021

History

11 Commits
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Jun 2, 2021
Jun 5, 2021
Jun 5, 2021
Jun 17, 2021
Jul 2, 2021
Jul 7, 2021
Jul 7, 2021
Jun 2, 2021
Jun 2, 2021
Jul 7, 2021
Jul 7, 2021

Repository files navigation

Programming Buttton

Install the Addon to VS-Code https://marketplace.visualstudio.com/items?itemName=seunlanlege.action-buttons

Add this to VS-Code for the "Build and Flash" Button

 "actionButtons": {
     "defaultColor": "#ff0034", // Can also use string color names.
     "loadNpmCommands":false, // Disables automatic generation of actions for npm commands.
     "reloadButton":"♻️", // Custom reload button text or icon (default ↻). null value enables automatic reload on configuration change
     "commands": [
         {
             "name": "▶️Build and Flash💻C",
             "color": "green",
             "command": ".\\flash.bat '${file}'",
         }
     ]
 }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published