-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add experiments using ConfigCat with PortsView #427
Conversation
9329b13
to
a1b51cf
Compare
const isEnabled = isSaaSGitpod | ||
? (await experiments.get<boolean>('gitpod.experimental.portsView.enabled', (await context.user).id))! | ||
: vscode.workspace.getConfiguration('gitpod').get<boolean>('experimental.portsView.enabled')!; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this apply to all users or not @akosyakov ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think generally there is no big concern, since SH installations should be updated to have this code. Hopefully we finish experiment by next SH release. But just to be on safe side let's have a guard. Imagine if SH team does a patch release and enables an experiment for SH users or something like that.
06783e7
to
f3fac9c
Compare
a1b51cf
to
97902a3
Compare
53c3e27
to
3628b6d
Compare
87ba610
to
3ccbb66
Compare
b0a9999
to
cf7bec5
Compare
8f5ec56
to
5ea73bd
Compare
cf7bec5
to
48bb437
Compare
1518919
to
e8e8a93
Compare
1ac3a7c
to
afeadc3
Compare
e2c3ab1
to
58baf65
Compare
@mustard-mh Could you rebase it please? 🙏 |
b133f64
to
1493922
Compare
c184c5d
to
9fe4352
Compare
Rebased to |
Description
Improve port event
<a>
click as openBrowser eventAdd experiments using ConfigCat with experimental PortsView
gitpod_experimental_portsView_enabled
experiments.ts
is a copy of experiments.tsHow to Test