The MultiCon extension adds the following commands to VS Code:
multicon.section: Run the open input file in MultiCon Section (ctrl+F9).
multicon.design: Run the open input file in MultiCon Design (ctrl+F10).
multicon.graph: Run the open input file in MultiCon Graph (ctrl+F11).
The commands can be triggered from action buttons in the status bar, by pressing ctrl+F9/F10/F11 or by hitting ctrl+shift+p and typing multicon to locate the commands.
The extension also includes a very limited language pack which includes support for toggling line comments using ctrl+'.
Extension Settings
This extension contributes the following settings:
multicon.section.path: the path to the MultiCon Section executable.
multicon.design.path: the path to the MultiCon Design executable.
multicon.graph.path: the path to the MultiCon Graph executable.