diff --git a/package.json b/package.json index 49d6e506f..7fc5d900b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "esp-idf-extension", "displayName": "Espressif IDF", "description": "Develop and debug applications for Espressif ESP32, ESP32-S2 chips with ESP-IDF", - "version": "1.6.0", + "version": "1.6.1", "license": "Apache-2.0", "publisher": "espressif", "icon": "media/espressif_icon.png", @@ -52,64 +52,64 @@ ], "activationEvents": [ "onCommand:espIdf.createFiles", - "onCommand:espIdf.addArduinoAsComponentToCurFolder", - "onCommand:espIdf.createIdfTerminal", - "onCommand:espIdf.createVsCodeFolder", - "onCommand:espIdf.setPath", - "onCommand:espIdf.selectConfTarget", - "onCommand:espIdf.configDevice", - "onCommand:espIdf.menuconfig.start", - "onCommand:espIdf.cmakeListsEditor.start", - "onCommand:espIdf.setDefaultConfig", - "onCommand:espIdf.selectPort", - "onCommand:espIdf.setTarget", - "onCommand:espIdf.buildDevice", - "onCommand:espIdf.flashDevice", - "onCommand:espIdf.flashDFU", - "onCommand:espIdf.monitorDevice", - "onCommand:espIdf.pickAWorkspaceFolder", - "onCommand:espIdf.buildFlashMonitor", - "onCommand:espIdf.cleanProject", - "onCommand:espIdf.eraseFlash", - "onCommand:espIdf.size", - "onCommand:espIdf.fullClean", - "onCommand:espIdf.apptrace", - "onCommand:espIdf.heaptrace", - "onCommand:espIdf.openOCDCommand", - "onCommand:espIdf.apptrace.archive.refresh", - "onCommand:espIdf.apptrace.archive.showReport", - "onCommand:espIdf.apptrace.customize", - "onCommand:espIdf.getExtensionPath", - "onCommand:espIdf.getOpenOcdConfigs", - "onCommand:espIdf.genCoverage", - "onCommand:espIdf.partition.table.refresh", - "onCommand:espIdf.removeCoverage", - "onCommand:espIdf.searchInEspIdfDocs", - "onCommand:espIdf.setup.start", - "onCommand:espIdf.welcome.start", - "onCommand:espIdf.examples.start", - "onCommand:esp.rainmaker.backend.connect", - "onCommand:esp.rainmaker.backend.sync", - "onCommand:espIdf.getEspAdf", - "onCommand:espIdf.getEspMdf", - "onCommand:espIdf.getEspMatter", - "onCommand:espIdf.installEspMatterPyReqs", - "onCommand:espIdf.installPyReqs", - "onCommand:esp.webview.open.partition-table", - "onCommand:espIdf.webview.nvsPartitionEditor", - "onCommand:espIdf.selectOpenOcdConfigFiles", - "onCommand:espIdf.doctorCommand", - "onCommand:espIdf.createNewComponent", - "onCommand:espIdf.ninja.summary", - "onCommand:espIdf.newProject.start", - "onCommand:espIdf.setGcovConfig", - "onCommand:esp.component-manager.ui.show", - "onCommand:espIdf.monitorQemu", - "onView:idfAppTracer", - "onView:idfAppTraceArchive", - "onView:idfPartitionExplorer", - "onView:espRainmaker", - "onView:idfComponents", + "onCommand:espIdf.addArduinoAsComponentToCurFolder", + "onCommand:espIdf.createIdfTerminal", + "onCommand:espIdf.createVsCodeFolder", + "onCommand:espIdf.setPath", + "onCommand:espIdf.selectConfTarget", + "onCommand:espIdf.configDevice", + "onCommand:espIdf.menuconfig.start", + "onCommand:espIdf.cmakeListsEditor.start", + "onCommand:espIdf.setDefaultConfig", + "onCommand:espIdf.selectPort", + "onCommand:espIdf.setTarget", + "onCommand:espIdf.buildDevice", + "onCommand:espIdf.flashDevice", + "onCommand:espIdf.flashDFU", + "onCommand:espIdf.monitorDevice", + "onCommand:espIdf.pickAWorkspaceFolder", + "onCommand:espIdf.buildFlashMonitor", + "onCommand:espIdf.cleanProject", + "onCommand:espIdf.eraseFlash", + "onCommand:espIdf.size", + "onCommand:espIdf.fullClean", + "onCommand:espIdf.apptrace", + "onCommand:espIdf.heaptrace", + "onCommand:espIdf.openOCDCommand", + "onCommand:espIdf.apptrace.archive.refresh", + "onCommand:espIdf.apptrace.archive.showReport", + "onCommand:espIdf.apptrace.customize", + "onCommand:espIdf.getExtensionPath", + "onCommand:espIdf.getOpenOcdConfigs", + "onCommand:espIdf.genCoverage", + "onCommand:espIdf.partition.table.refresh", + "onCommand:espIdf.removeCoverage", + "onCommand:espIdf.searchInEspIdfDocs", + "onCommand:espIdf.setup.start", + "onCommand:espIdf.welcome.start", + "onCommand:espIdf.examples.start", + "onCommand:esp.rainmaker.backend.connect", + "onCommand:esp.rainmaker.backend.sync", + "onCommand:espIdf.getEspAdf", + "onCommand:espIdf.getEspMdf", + "onCommand:espIdf.getEspMatter", + "onCommand:espIdf.installEspMatterPyReqs", + "onCommand:espIdf.installPyReqs", + "onCommand:esp.webview.open.partition-table", + "onCommand:espIdf.webview.nvsPartitionEditor", + "onCommand:espIdf.selectOpenOcdConfigFiles", + "onCommand:espIdf.doctorCommand", + "onCommand:espIdf.createNewComponent", + "onCommand:espIdf.ninja.summary", + "onCommand:espIdf.newProject.start", + "onCommand:espIdf.setGcovConfig", + "onCommand:esp.component-manager.ui.show", + "onCommand:espIdf.monitorQemu", + "onView:idfAppTracer", + "onView:idfAppTraceArchive", + "onView:idfPartitionExplorer", + "onView:espRainmaker", + "onView:idfComponents", "workspaceContains:**/project_description.json", "workspaceContains:**/sdkconfig", "workspaceContains:**/CMakeLists.txt"