-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Changing NewDebugAdapter experiment to be on for 50% of insiders users #8267
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8267 +/- ##
=======================================
Coverage 59.32% 59.32%
=======================================
Files 504 504
Lines 23087 23087
Branches 3736 3736
=======================================
Hits 13697 13697
Misses 8498 8498
Partials 892 892
Continue to review full report at Codecov.
|
src/test/extension.unit.test.ts
Outdated
@@ -23,31 +23,31 @@ suite('Extension API Debugger', () => { | |||
const ptvsdPath = path.join('path', 'to', 'ptvsd'); | |||
|
|||
let experimentsManager: IExperimentsManager; | |||
let debugAdapterFactory: IDebugAdapterDescriptorFactory; | |||
let debugAdapterFactoryInsiders: IDebugAdapterDescriptorFactory; |
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.
you don't need to change these. Revert changes in this file.
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.
mostly LGTM
However, how is this meant to apply only to insiders users?
@ericsnowcurrently Since the experiment is new, users on stable version won't get anything, only insiders users will. Does that make sense? |
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.
Ah, okay. As long as you weren't expecting it to only apply to insiders users indefinitely. :)
#8218
Has a news entry file (remember to thank yourself!)Appropriate comments and documentation strings in the codeHas sufficient logging.Has telemetry for enhancements.Test plan is updated as appropriatepackage-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)The wiki is updated with any design decisions/details.