Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions workspaces/si/si-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "streaming-integrator",
"displayName": "WSO2 Integrator: SI",
"description": "An extension which provides a development environment for designing, developing, debugging, and testing streaming integration solutions.",
"version": "0.0.0",
"version": "0.0.1",
"publisher": "WSO2",
"repository": {
"type": "git",
Expand Down Expand Up @@ -125,11 +125,11 @@
],
"icons": {
"distro-design-view": {
"description": "design-view",
"default": {
"fontPath": "./resources/font-wso2-vscode/dist/wso2-vscode.woff",
"fontCharacter": "\\f16b"
}
"description": "design-view",
"default": {
"fontPath": "./resources/font-wso2-vscode/dist/wso2-vscode.woff",
"fontCharacter": "\\f16b"
}
}
},
"menus": {
Expand Down
Loading