-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix data viewer issues #5405
Fix data viewer issues #5405
Conversation
@@ -160,7 +160,8 @@ export namespace DataScience { | |||
export const pythonInteractiveCreateFailed = localize('DataScience.pythonInteractiveCreateFailed', 'Failure to create a \'Python Interactive\' window. Try reinstalling the Python extension.'); | |||
export const jupyterGetVariablesExecutionError = localize('DataScience.jupyterGetVariablesExecutionError', 'Failure during variable extraction: \r\n{0}'); | |||
export const loadingMessage = localize('DataScience.loadingMessage', 'loading ...'); | |||
export const noRowsInDataViewer = localize('DataScience.noRowsInDataViewer', 'Fetching data ...'); | |||
export const fetchingDataViewer = localize('DataScience.fetchingDataViewer', 'Fetching data ...'); |
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.
I don't think these are needed when consuming them in the tsx files. #Resolved
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.
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.
* release: (25 commits) Bump version remove unexpected trailing commas in JSON files (#5443) Fixes to creation of json for Language Server (#5436) Update version of Language Server Update version (#5435) Deprecate travis (#5434) Upload vsix to artifacts (#5412) Fix the flask app name prompt for launch config. (#5409) Reliably end test tasks in Azure Pipelines (#5410) fix len error (#5421) Fix null cases (#5419) Fix sorting of number only lists (#5416) add news cleanup and functional test working first draft Fix current cell colors again (#5403) Fix data viewer issues (#5405) Update 'news' command to directly update the changelog Fixes to the test explorer in displaying root (#5383) Include pylintrc (#5369) ...
For #5278, #5395
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)