From e61f08a1a242de898f9971b1393f59b34a12fa7c Mon Sep 17 00:00:00 2001 From: Brian Ignacio Date: Tue, 10 Dec 2024 18:12:26 +0800 Subject: [PATCH] v1.9.0 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 77f194f20..e3589ba88 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "esp-idf-extension", "displayName": "ESP-IDF", "description": "Develop and debug applications for Espressif chips with ESP-IDF", - "version": "1.8.1", + "version": "1.9.0", "license": "Apache-2.0", "publisher": "espressif", "icon": "media/espressif_icon.png", @@ -287,11 +287,11 @@ ], "severity": "error", "pattern": { - "regexp": "^.+\\/bin\\/ld[^:]+:\\s*(.+):(\\d+):(.+)$", - "file": 1, - "line": 2, - "message": 3 - } + "regexp": "^.+\\/bin\\/ld[^:]+:\\s*(.+):(\\d+):(.+)$", + "file": 1, + "line": 2, + "message": 3 + } } ], "viewsContainers": {