Skip to content

Commit e6478b5

Browse files
dopplewareactions-user
authored andcommitted
bump version
1 parent a7ae78b commit e6478b5

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
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: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "digma",
33
"displayName": "Digma Continuous Feedback",
44
"description": "Code insights and Observability for OpenTelemetry. .NET, Python, more coming soon.",
5-
"version": "0.5.45",
5+
"version": "0.5.46",
66
"publisher": "digma",
77
"icon": "digma.png",
88
"engines": {
@@ -24,7 +24,8 @@
2424
"Continuous Delivery",
2525
"DevOps"
2626
],
27-
"badges": [{
27+
"badges": [
28+
{
2829
"url": "https://img.shields.io/github/stars/digma-ai/digma?style=social",
2930
"description": "Star Digma on Github",
3031
"href": "bit.ly/36LyUcr"
@@ -72,23 +73,29 @@
7273
"main": "./out/extension.js",
7374
"contributes": {
7475
"views": {
75-
"digma": [{
76-
"type": "webview",
77-
"id": "codeAnalytics",
78-
"name": "CodeAnalytics"
79-
}]
76+
"digma": [
77+
{
78+
"type": "webview",
79+
"id": "codeAnalytics",
80+
"name": "CodeAnalytics"
81+
}
82+
]
8083
},
8184
"viewsContainers": {
82-
"activitybar": [{
83-
"id": "digma",
84-
"title": "Digma",
85-
"icon": "icon.png"
86-
}]
85+
"activitybar": [
86+
{
87+
"id": "digma",
88+
"title": "Digma",
89+
"icon": "icon.png"
90+
}
91+
]
8792
},
88-
"commands": [{
89-
"command": "digma.changeSelectedEnvironment",
90-
"title": "Digma: Select deployment environment"
91-
}],
93+
"commands": [
94+
{
95+
"command": "digma.changeSelectedEnvironment",
96+
"title": "Digma: Select deployment environment"
97+
}
98+
],
9299
"configuration": {
93100
"properties": {
94101
"digma.enableCodeLens": {
@@ -134,13 +141,10 @@
134141
"type": "boolean",
135142
"default": false
136143
},
137-
138144
"digma.enableDebugOutput": {
139145
"type": "booean",
140146
"default": false,
141147
"description": "For troubleshooting only."
142-
143-
144148
}
145149
}
146150
}
@@ -197,4 +201,4 @@
197201
"publisherId": "caa21fe0-eb8b-43fd-9197-ae8fb8b1b5df",
198202
"isPreReleaseVersion": false
199203
}
200-
}
204+
}

0 commit comments

Comments
 (0)