TCD CSU1102x Helper for Visual Studio CodeThis small Visual Studio Code extension is intended for students taking the CSU11021 and CSU11022 modules in the School of Computer Science and Statistics at Trinity College Dublin. The extension provides configuration settings for Visual Studio Code that are then used by other extensions (e.g. Cortex-Debug), tasks and launch configurations. The settings simplify cross-platform support for building and debugging ARM Assembly Language programs using the Arm GNU Toolchain and Cortex-Debug extension. FeaturesThe only functionality provided in the current version is a command to choose a settings profile to add to your Visual Studio Code user settings. Default profiles are provided to support MacOS, Windows or Linux and configure Visual Studio Code for sensible default installation paths for the required tools. In addition to the command to apply a settings profile, the extension also provides default configuration settings for students using Windows, including in SCSS Computer Labs. Finally, the extension specifies other extensions as dependencies, making this "Helper" extension a quick way to install the other extensions that you need, including among others: Extension SettingsThe extension applies the following settings and provides an "Apply Configuration" commend to change these settings for a number of pre-configures OSes and environments.
Known IssuesNo known issues Release Notes1.0.0 (12-SEPT-2023)Initial release. |