Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Dec 10, 2024
1 parent 02e0850 commit e61f08a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit e61f08a

Please sign in to comment.