Skip to content

Commit

Permalink
Add KIE prefix to displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto committed May 4, 2023
1 parent 7c15776 commit 66ba872
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bpmn-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"engines": {
"vscode": "^1.66.0"
},
"displayName": "BPMN Editor",
"displayName": "KIE BPMN Editor",
"categories": [
"Other"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/dmn-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"engines": {
"vscode": "^1.66.0"
},
"displayName": "DMN Editor",
"displayName": "KIE DMN Editor",
"categories": [
"Other"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/pmml-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"engines": {
"vscode": "^1.66.0"
},
"displayName": "PMML Editor",
"displayName": "KIE PMML Editor",
"categories": [
"Other"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-workflow-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"engines": {
"vscode": "^1.66.0"
},
"displayName": "Kogito Serverless Workflow Editor",
"displayName": "KIE Serverless Workflow Editor",
"categories": [
"Other"
],
Expand Down

0 comments on commit 66ba872

Please sign in to comment.