We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eac63 commit 967767aCopy full SHA for 967767a
src/extension/extensionInit.ts
@@ -201,10 +201,6 @@ export async function registerDebugger(context: IExtensionContext): Promise<IExt
201
languages.registerInlineValuesProvider({ language: 'python' }, new PythonInlineValueProvider()),
202
);
203
204
- context.subscriptions.push(
205
- languages.registerInlineValuesProvider({ language: 'python' }, new PythonInlineValueProvider()),
206
- );
207
-
208
context.subscriptions.push(
209
debug.registerDebugVisualizationProvider('inlineHexDecoder', {
210
provideDebugVisualization(_context, _token) {
0 commit comments