Skip to content
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

Revert "Unify variable viewer data types (#15038)" #15063

Closed
wants to merge 2 commits into from

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Jan 22, 2024

This reverts commit 14fc23d.

Fixes #

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR).
  • Title summarizes what is changing.
  • Appropriate comments and documentation strings in the code.
  • Has sufficient logging.
  • Has telemetry for feature-requests.
  • Unit tests & system/integration tests are added/updated.
  • Test plan is updated as appropriate.
  • package-lock.json has been regenerated by running npm install (if dependencies have changed).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

@@ -5,7 +5,7 @@ import { inject, injectable, named, optional } from 'inversify';
import { DebugConfiguration, Uri, commands, window, workspace } from 'vscode';
import { DebugProtocol } from 'vscode-debugprotocol';
import { convertDebugProtocolVariableToIJupyterVariable } from '../../../kernels/variables/helpers';
import { IJupyterVariable, IJupyterVariables } from '../../../kernels/variables/types';
import { IJupyterVariables } from '../../../kernels/variables/types';
import { IExtensionSyncActivationService } from '../../../platform/activation/types';
import { ICommandNameArgumentTypeMapping } from '../../../commands';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment

@@ -14,6 +14,7 @@ import { waitForCondition } from '../../common.node';
import { defaultNotebookTestTimeout } from '../notebook/helper';
import { createDeferred } from '../../../platform/common/utils/async';
import { dispose } from '../../../platform/common/utils/lifecycle';
import { IShowDataViewerFromVariablePanel } from '../../../messageTypes';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

name: 'my_list',
value: '[1, 2, 3]',
variablesReference
const props: IShowDataViewerFromVariablePanel = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant