mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-09 10:28:32 +00:00
Removed the arduino-debugger-extension extension
We use the `cortex-debug` VSX. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -28,8 +28,7 @@ for (const toUpdate of [
|
||||
path.join(repoRootPath, 'package.json'),
|
||||
path.join(repoRootPath, 'electron-app', 'package.json'),
|
||||
path.join(repoRootPath, 'browser-app', 'package.json'),
|
||||
path.join(repoRootPath, 'arduino-ide-extension', 'package.json'),
|
||||
path.join(repoRootPath, 'arduino-debugger-extension', 'package.json') // Currently unused. The debugger functionality comes from the `cortex.debug` VS Code extension.
|
||||
path.join(repoRootPath, 'arduino-ide-extension', 'package.json')
|
||||
]) {
|
||||
process.stdout.write(` Updating ${toUpdate}'...`);
|
||||
const pkg = require(toUpdate);
|
||||
|
||||
Reference in New Issue
Block a user