eBUS NotebookA VS Code extension providing a notebook for eBUS activities using ebus-typespec and an optional ebusd connection, as well as some commands and code actions. FeaturesThis extensions provides a VS Code notebook that eases the process of creating/manipulating eBUS message definitions in TypeSpec using the ebus-typespec library. Such a notebook consists of several cells including typespec type cells that are used for defining the message(s).
Please refer to RequirementsIn order to use this extension, install
TypeSpec for VS Code
in VS Code extensions as well as the
eBUS TypeSpec package (at least version 0.3.1)
in the workspace: The best way to use this extension is by having an instance of ebusd running in the network that can test and decode the message definition(s), although this is optional. That ebusd instance needs to have the "--enabledefine" switch set in order to use it for that. It is accessed by this extension via the ebusd REPL port that can be adjusted via the settings. Extension Settings
Release NotesPlease refer to the CHANGELOG for release infos. |