We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this
1 parent 1904f7b commit e1b92bbCopy full SHA for e1b92bb
src/experiments.ts
@@ -40,13 +40,13 @@ export class ExperimentalSettings {
40
};
41
42
this.configcatClient = configcat.createClientWithLazyLoad(key, {
43
- baseUrl: new URL('/configcat', hostService.gitpodHost).href,
+ baseUrl: new URL('/configcat', this.hostService.gitpodHost).href,
44
...configCatOptions
45
});
46
47
hostService.onDidChangeHost(() => {
48
49
50
51
52
0 commit comments