Skip to content

Commit 1557be2

Browse files
github-actions[bot]github-actions
andauthored
2.0.2 (#169)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 660da33 commit 1557be2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zephyr-ide",
33
"displayName": "Zephyr IDE",
44
"description": "A VS Code extension that streamlines setup, build, flashing, and debugging of Zephyr Projects",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"license": "Apache-2.0",
77
"publisher": "mylonics",
88
"icon": "media/logo.png",
@@ -65,7 +65,9 @@
6565
"description": "Display gui config instead of menu config in Project Tree View"
6666
},
6767
"zephyr-ide.westNarrowUpdate": {
68-
"type": ["boolean"],
68+
"type": [
69+
"boolean"
70+
],
6971
"default": false,
7072
"description": "If true, uses 'west update --narrow'. If false, uses 'west update' without --narrow."
7173
}

0 commit comments

Comments
 (0)