vscode-extensions.marus25.cortex-debug: init at 1.6.10
Release: https://github.com/Marus/cortex-debug/releases/tag/v1.6.10
This commit is contained in:
@@ -3126,6 +3126,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
marus25.cortex-debug = callPackage ./marus25.cortex-debug { };
|
||||
|
||||
matangover.mypy = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "mypy";
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{ lib, vscode-utils }:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "cortex-debug";
|
||||
publisher = "marus25";
|
||||
version = "1.6.10";
|
||||
hash = "sha256-6b3JDkX6Xd91VE1h7gYyeukxLsBkn/nNzDQgBm0axRA=";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/marus25.cortex-debug/changelog";
|
||||
description = "Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug";
|
||||
homepage = "https://github.com/Marus/cortex-debug";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.bcooley ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user