We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e0850 commit e61f08aCopy full SHA for e61f08a
package.json
@@ -2,7 +2,7 @@
2
"name": "esp-idf-extension",
3
"displayName": "ESP-IDF",
4
"description": "Develop and debug applications for Espressif chips with ESP-IDF",
5
- "version": "1.8.1",
+ "version": "1.9.0",
6
"license": "Apache-2.0",
7
"publisher": "espressif",
8
"icon": "media/espressif_icon.png",
@@ -287,11 +287,11 @@
287
],
288
"severity": "error",
289
"pattern": {
290
- "regexp": "^.+\\/bin\\/ld[^:]+:\\s*(.+):(\\d+):(.+)$",
291
- "file": 1,
292
- "line": 2,
293
- "message": 3
294
- }
+ "regexp": "^.+\\/bin\\/ld[^:]+:\\s*(.+):(\\d+):(.+)$",
+ "file": 1,
+ "line": 2,
+ "message": 3
+ }
295
}
296
297
"viewsContainers": {
0 commit comments