Skip to content

Commit 967767a

Browse files
fix merge
1 parent 43eac63 commit 967767a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/extension/extensionInit.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@ export async function registerDebugger(context: IExtensionContext): Promise<IExt
201201
languages.registerInlineValuesProvider({ language: 'python' }, new PythonInlineValueProvider()),
202202
);
203203

204-
context.subscriptions.push(
205-
languages.registerInlineValuesProvider({ language: 'python' }, new PythonInlineValueProvider()),
206-
);
207-
208204
context.subscriptions.push(
209205
debug.registerDebugVisualizationProvider('inlineHexDecoder', {
210206
provideDebugVisualization(_context, _token) {

0 commit comments

Comments
 (0)