We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd096c commit cc7ab6bCopy full SHA for cc7ab6b
2 files changed
src/core/ui5ApiService.ts
@@ -20,7 +20,7 @@ export const sapLibraryDefs: SapLibraryDefs = {
20
21
let apiBaseUrl: string;
22
23
-export function setAPIBaseURL(apiUrl: string) {
+export function setApiBaseURL(apiUrl: string) {
24
apiBaseUrl = apiUrl;
25
}
26
src/extension.js
@@ -45,7 +45,7 @@ function activate(context) {
45
);
46
47
const apiBaseUrl = configuration.get("apiURL");
48
- ui5ApiService.setAPIBaseURL(apiBaseUrl);
+ ui5ApiService.setApiBaseURL(apiBaseUrl);
49
50
ui5ApiService
51
.loadUi5Objects()
0 commit comments