Skip to content

Commit e61f08a

Browse files
committed
v1.9.0
1 parent 02e0850 commit e61f08a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esp-idf-extension",
33
"displayName": "ESP-IDF",
44
"description": "Develop and debug applications for Espressif chips with ESP-IDF",
5-
"version": "1.8.1",
5+
"version": "1.9.0",
66
"license": "Apache-2.0",
77
"publisher": "espressif",
88
"icon": "media/espressif_icon.png",
@@ -287,11 +287,11 @@
287287
],
288288
"severity": "error",
289289
"pattern": {
290-
"regexp": "^.+\\/bin\\/ld[^:]+:\\s*(.+):(\\d+):(.+)$",
291-
"file": 1,
292-
"line": 2,
293-
"message": 3
294-
}
290+
"regexp": "^.+\\/bin\\/ld[^:]+:\\s*(.+):(\\d+):(.+)$",
291+
"file": 1,
292+
"line": 2,
293+
"message": 3
294+
}
295295
}
296296
],
297297
"viewsContainers": {

0 commit comments

Comments
 (0)