Skip to content

Commit 68fb14f

Browse files
github-actions[bot]github-actions
andauthored
2.0.3 (#174)
Co-authored-by: github-actions <github-actions@github.com>
1 parent c8ffd5c commit 68fb14f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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 & 4 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.2",
5+
"version": "2.0.3",
66
"license": "Apache-2.0",
77
"publisher": "mylonics",
88
"icon": "media/logo.png",
@@ -26,9 +26,9 @@
2626
"Other"
2727
],
2828
"activationEvents": [
29-
"onStartupFinished",
30-
"workspaceContains:.vscode/zephyr-ide.json",
31-
"onViewContainer:zephyr-ide-main"
29+
"onStartupFinished",
30+
"workspaceContains:.vscode/zephyr-ide.json",
31+
"onViewContainer:zephyr-ide-main"
3232
],
3333
"main": "./dist/extension.js",
3434
"contributes": {

0 commit comments

Comments
 (0)