-
Notifications
You must be signed in to change notification settings - Fork 304
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
Conversation
This reverts commit 14fc23d.
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.
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'; |
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.
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'; |
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.
ok
name: 'my_list', | ||
value: '[1, 2, 3]', | ||
variablesReference | ||
const props: IShowDataViewerFromVariablePanel = { |
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.
another
This reverts commit 14fc23d.
Fixes #
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).