File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/extension/debugger/configuration/resolvers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export class AttachConfigurationResolver extends BaseConfigurationResolver<Attac
52
52
}
53
53
if ( debugConfiguration . variablePresentation == undefined ) {
54
54
debugConfiguration . variablePresentation = getConfiguration ( 'debugpy' , workspaceFolder ) . get < object > (
55
- 'variablePresentation ' ,
55
+ 'debugVariablePresentation ' ,
56
56
{ } ,
57
57
) ;
58
58
}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export class LaunchConfigurationResolver extends BaseConfigurationResolver<Launc
116
116
}
117
117
if ( debugConfiguration . variablePresentation == undefined ) {
118
118
debugConfiguration . variablePresentation = getConfiguration ( 'debugpy' , workspaceFolder ) . get < object > (
119
- 'variablePresentation ' ,
119
+ 'debugVariablePresentation ' ,
120
120
{ } ,
121
121
) ;
122
122
}
You can’t perform that action at this time.
0 commit comments