Skip to content

Commit 4fb00dc

Browse files
committed
chore: change display name
1 parent cd6cfea commit 4fb00dc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Coverage Status](https://coveralls.io/repos/github/wozjac/vscode-ui5-api-reference/badge.svg?branch=main)](https://coveralls.io/github/wozjac/vscode-ui5-api-reference?branch=main)
33
[![GitHub license](https://img.shields.io/github/license/wozjac/vscode-ui5-api-reference)](https://github.com/wozjac/vscode-ui5-api-reference/blob/main/LICENSE)
44

5-
# VSCode-UI5: API reference
5+
# VSCode UI5: API reference
66

77
VS Code extension - SAP/Open UI5 reference view in a side bar view.
88

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@
9797
"commands": [
9898
{
9999
"command": "vscode-ui5-api-reference.showAPIView",
100-
"title": "VSCode-UI5: show API view"
100+
"title": "VSCode UI5: show API view"
101101
},
102102
{
103103
"command": "vscode-ui5-api-reference.searchAPI",
104-
"title": "VSCode-UI5: display API for..."
104+
"title": "VSCode UI5: display API for..."
105105
},
106106
{
107107
"command": "vscode-ui5-api-reference.showAPIViewForValue",
108-
"title": "VSCode-UI5: Show API for selection",
108+
"title": "VSCode UI5: Show API for selection",
109109
"category": "navigation",
110110
"where": "editorHasSelection"
111111
}
@@ -130,7 +130,7 @@
130130
},
131131
"configuration": {
132132
"type": "object",
133-
"title": "VSCode-UI5: API Reference",
133+
"title": "VSCode UI5: API Reference",
134134
"properties": {
135135
"UI5ReferencePanel.apiURL": {
136136
"type": "string",

0 commit comments

Comments
 (0)