-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove DebugAdapterNewPtvsd and DebugAdapterDescriptorFactory experiment. #11769
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
Remove DebugAdapterNewPtvsd and DebugAdapterDescriptorFactory experiment. #11769
Conversation
Codecov Report
@@ Coverage Diff @@
## logging-changes-and-drop-old-debugger #11769 +/- ##
========================================================================
Coverage ? 60.84%
========================================================================
Files ? 620
Lines ? 33764
Branches ? 4762
========================================================================
Hits ? 20544
Misses ? 12213
Partials ? 1007 Continue to review full report at Codecov.
|
I still need to remove this from package json and experiments json. |
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.
LGTM
FYI, only one of the comments matters (a typo). The others are just commentary. 😄
src/client/debugger/extension/adapter/outdatedDebuggerPrompt.ts
Outdated
Show resolved
Hide resolved
|
||
const launchResolver = TypeMoq.Mock.ofType<IDebugConfigurationResolver<LaunchRequestArguments>>(); | ||
const attachResolver = new AttachConfigurationResolver( | ||
workspaceService.object, | ||
documentManager.object, | ||
platformService.object, | ||
configurationService.object, |
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.
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.
Please just make sure you search the string "DebugAdapterDescriptorFactory" & "DebugAdapterNewPtvsd" if you haven't already. LGTM otherwise
Co-authored-by: Eric Snow <[email protected]>
…code-python into remove-ptvsd-experiments
Kudos, SonarCloud Quality Gate passed!
|
982051d
into
microsoft:logging-changes-and-drop-old-debugger
"min": 0, | ||
"max": 100 | ||
}, | ||
{ |
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.
Oh wait I just realized removing these from experiments.json will opt users out of experiment. @karthiknadig
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.
The change hasn't landed in master, so we can restore experiments.json😅
…ent. (microsoft#11769) * Remove DebugAdapterNewPtvsd and DebugAdapterDescriptorFactory experiment. * Fix tests * Remove experiments from json files
…ent. (microsoft#11769) * Remove DebugAdapterNewPtvsd and DebugAdapterDescriptorFactory experiment. * Fix tests * Remove experiments from json files
For #7136
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).