Skip to content

Commit 061127a

Browse files
dopplewareactions-user
authored andcommitted
bump version
1 parent feeed17 commit 061127a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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: 7 additions & 5 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.35",
5+
"version": "0.5.36",
66
"publisher": "digma",
77
"icon": "digma.png",
88
"engines": {
@@ -90,10 +90,12 @@
9090
}
9191
]
9292
},
93-
"commands": [{
94-
"command": "digma.changeSelectedEnvironment",
95-
"title": "Digma: Select deployment environment"
96-
}],
93+
"commands": [
94+
{
95+
"command": "digma.changeSelectedEnvironment",
96+
"title": "Digma: Select deployment environment"
97+
}
98+
],
9799
"configuration": {
98100
"properties": {
99101
"digma.enableCodeLens": {

0 commit comments

Comments
 (0)