From cdd5cfdfc1f5bc7bb4cc88ac572c3d5c31e372c1 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 24 Mar 2021 16:47:52 +0100 Subject: [PATCH] ATL-1150: Bumped the `cortex-debug` to `0.3.10`. Signed-off-by: Akos Kitta --- electron/build/template-package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/build/template-package.json b/electron/build/template-package.json index b5a41d5f..d4eac56d 100644 --- a/electron/build/template-package.json +++ b/electron/build/template-package.json @@ -140,6 +140,6 @@ "vscode-arduino-tools": "https://downloads.arduino.cc/vscode-arduino-tools/nightly/vscode-arduino-tools-0.0.1-beta.1.vsix", "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", - "cortex-debug": "https://open-vsx.org/api/marus25/cortex-debug/0.3.7/file/marus25.cortex-debug-0.3.7.vsix" + "cortex-debug": "https://open-vsx.org/api/marus25/cortex-debug/0.3.10/file/marus25.cortex-debug-0.3.10.vsix" } } diff --git a/package.json b/package.json index e5693b1c..c187b141 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "vscode-arduino-tools": "https://downloads.arduino.cc/vscode-arduino-tools/nightly/vscode-arduino-tools-0.0.1-beta.1.vsix", "vscode-builtin-json": "https://open-vsx.org/api/vscode/json/1.46.1/file/vscode.json-1.46.1.vsix", "vscode-builtin-json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.46.1/file/vscode.json-language-features-1.46.1.vsix", - "cortex-debug": "https://open-vsx.org/api/marus25/cortex-debug/0.3.7/file/marus25.cortex-debug-0.3.7.vsix" + "cortex-debug": "https://open-vsx.org/api/marus25/cortex-debug/0.3.10/file/marus25.cortex-debug-0.3.10.vsix" } }