ModusToolbox Assistant READMEThis extension is an assistant for using ModusToolbox with the Visual Studio Code. FeaturesThis extension provides support for the ModusToolbox embedded software devlopment environment. This includes the following feature:
RequirementsThis extension requires ModusToolbox version 3.0 or later to be installed. It does not work with ModusToolbox 2.x. For ModusToolbox development in VS Code the Cortex Debug extensions must also be installed. 1.0.6Initial release of the ModusToolbox Assistant 1.0.8Added Shift + Ctrl + F1 lookup for symbols documentation 1.0.9Fixed issues with Mac OS and Linux display 1.0.11Fixed issues with multi-core projects. Added in a warning screen if ModusToolbox 3.0 or later is not installed. 1.0.13Added in the documentation of the Import command to try and make it more clear what the command does and how it is used. 1.0.14Added in the display of the README.md file if it exists in the current application. 1.0.15Fixed a bug with newlines on Mac OS 1.0.16Added the import from local directory command (mtbImportDiskProject) 1.0.17Added the ability to detect ModusToolbox application without build support Added the Run 'make getlibs' command 1.0.18Fixed a bug with retreiving the extension version number 1.0.19Fixed bug with recent projects list not being updated 1.0.20Cleaned up how the tools are displayed in the ModusToolbox view. 1.0.21Reduced when the ModusToolbox Assistant log window is displayed Reworded some of the text in the ModusToolbox view to make intent more obvious When loading a ModusToolbox project but no build support is available, run 'make getlibs' to bring in the required buidl support. This basically eliminates the need for the "import from disk" command. 1.0.22Fixed a defect with multi-core projects not updating correctly 1.0.23Detect when a project has been moved and can no longer be built. In this case run 'make getlibs' to refresh the project. Created a status bar item to show the status of the current open folder or workspace with respect to ModusToolbox. |