Skip to content

Commit 8f1b575

Browse files
committed
Merge branch 'main' of github.com:digma-ai/digma-vscode-plugin-python
2 parents cee22d9 + ce7b00d commit 8f1b575

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
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: 18 additions & 13 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.30",
5+
"version": "0.5.31",
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"
@@ -71,18 +72,22 @@
7172
"main": "./out/extension.js",
7273
"contributes": {
7374
"views": {
74-
"digma": [{
75-
"type": "webview",
76-
"id": "codeAnalytics",
77-
"name": "CodeAnalytics"
78-
}]
75+
"digma": [
76+
{
77+
"type": "webview",
78+
"id": "codeAnalytics",
79+
"name": "CodeAnalytics"
80+
}
81+
]
7982
},
8083
"viewsContainers": {
81-
"activitybar": [{
82-
"id": "digma",
83-
"title": "Digma",
84-
"icon": "icon.png"
85-
}]
84+
"activitybar": [
85+
{
86+
"id": "digma",
87+
"title": "Digma",
88+
"icon": "icon.png"
89+
}
90+
]
8691
},
8792
"configuration": {
8893
"properties": {
@@ -157,4 +162,4 @@
157162
"node-sass": "^7.0.1",
158163
"typescript": "^4.4.4"
159164
}
160-
}
165+
}

0 commit comments

Comments
 (0)