Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 28d88ce

Browse files
chore(marketplace publishing): adds icon and publisher (#17)
* chore(package.json): adds hyperdrive icon * chore(package.json): adds publisher * chore(package.json): bump version to 0.4.6
1 parent 2c2873f commit 28d88ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "traceback",
33
"displayName": "TraceBack",
44
"description": "A VS Code extension that brings telemetry data (traces, logs, and metrics) into your code.",
5-
"version": "0.4.5",
5+
"version": "0.4.6",
6+
"publisher": "hyperdrive-eng",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/hyperdrive-eng/traceback.git"
@@ -11,6 +12,7 @@
1112
"engines": {
1213
"vscode": "^1.74.0"
1314
},
15+
"icon": "./resources/hyperdrive-logo.png",
1416
"categories": [
1517
"Debuggers",
1618
"Visualization"

resources/hyperdrive-logo.png

699 KB
Loading

0 commit comments

Comments
 (0)