|
477 | 477 | "DataScience.findJupyterCommandProgressCheckInterpreter": "Checking {0}.",
|
478 | 478 | "DataScience.findJupyterCommandProgressSearchCurrentPath": "Searching current path.",
|
479 | 479 | "DataScience.gatherError": "Gather internal error",
|
480 |
| - "DataScience.gatheredScriptDescription": "# This file was generated by the Gather Extension.\n#\n# The intent is that it contains only the code required to produce\n# the same results as the cell originally selected for gathering.\n# Please note that the Python analysis is quite conservative, so if\n# it is unsure whether a line of code is necessary for execution, it\n# will err on the side of including it.\n#\n# Please let us know if you are satisfied with what was gathered here:\n# https://aka.ms/gathersurvey\n\n", |
481 |
| - "DataScience.gatheredNotebookDescriptionInMarkdown": "## Gathered Notebook\nGathered from ```{0}```\n\n| | |\n|---|---|\n|  |This notebook was generated by the Gather Extension. The intent is that it contains only the code and cells required to produce the same results as the cell originally selected for gathering. Please note that the Python analysis is quite conservative, so if it is unsure whether a line of code is necessary for execution, it will err on the side of including it.|\n\n**Are you satisfied with the code that was gathered?**\n\n[Yes](https://command:python.datascience.gatherquality?yes) [No](https://command:python.datascience.gatherquality?no)", |
| 480 | + "DataScience.gatheredScriptDescription": "# This file was generated by the Gather Extension.\n# It requires version 2020.7.94776 (or newer) of the Python Extension.\n#\n# The intent is that it contains only the code required to produce\n# the same results as the cell originally selected for gathering.\n# Please note that the Python analysis is quite conservative, so if\n# it is unsure whether a line of code is necessary for execution, it\n# will err on the side of including it.\n#\n# Please let us know if you are satisfied with what was gathered here:\n# https://aka.ms/gathersurvey\n\n", |
| 481 | + "DataScience.gatheredNotebookDescriptionInMarkdown": "## Gathered Notebook\nGathered from ```{0}```\n\n| | |\n|---|---|\n|  |This notebook was generated by the Gather Extension. It requires version 2020.7.94776 (or newer) of the Python Extension, please update [here](https://command:python.datascience.latestExtension). The intent is that it contains only the code and cells required to produce the same results as the cell originally selected for gathering. Please note that the Python analysis is quite conservative, so if it is unsure whether a line of code is necessary for execution, it will err on the side of including it.|\n\n**Are you satisfied with the code that was gathered?**\n\n[Yes](https://command:python.datascience.gatherquality?yes) [No](https://command:python.datascience.gatherquality?no)", |
482 | 482 | "DataScience.savePngTitle": "Save Image",
|
483 | 483 | "DataScience.jupyterSelectURIQuickPickTitle": "Pick how to connect to Jupyter",
|
484 | 484 | "DataScience.jupyterSelectURIQuickPickPlaceholder": "Choose an option",
|
|
517 | 517 | "DataScience.jupyterSelectURIQuickPickTitleRemoteOnly": "Pick an already running jupyter server",
|
518 | 518 | "DataScience.jupyterSelectURIRemoteDetail": "Specify the URI of an existing server",
|
519 | 519 | "DataScience.gatherQuality": "Did gather work as desired?",
|
| 520 | + "DataScience.latestExtension": "Download the latest version of the Python Extension", |
520 | 521 | "DataScience.loadClassFailedWithNoInternet": "Error loading {0}:{1}. Internet connection required for loading 3rd party widgets.",
|
521 | 522 | "DataScience.useCDNForWidgets": "Widgets require us to download supporting files from a 3rd party website. Click [here](https://aka.ms/PVSCIPyWidgets) for more information.",
|
522 | 523 | "DataScience.loadThirdPartyWidgetScriptsPostEnabled": "Please restart the Kernel when changing the setting 'python.dataScience.widgetScriptSources'.",
|
|
560 | 561 | "DataScienceRendererExtension.downloadCompletedOutputMessage": "Notebook Renderers extension download complete.",
|
561 | 562 | "DataScience.uriProviderDescriptionFormat": "{0} (From {1} extension)",
|
562 | 563 | "DataScience.unknownPackage": "unknown",
|
563 |
| - "DataScience.interactiveWindowTitleFormat" : "Python Interactive - {0}", |
564 |
| - "DataScience.interactiveWindowModeBannerTitle" : "Do you want to open a new Python Interactive window for this file? [More Information](command:workbench.action.openSettings?%5B%22python.dataScience.interactiveWindowMode%22%5D).", |
565 |
| - "DataScience.interactiveWindowModeBannerSwitchYes" : "Yes", |
566 |
| - "DataScience.interactiveWindowModeBannerSwitchAlways" : "Always", |
567 |
| - "DataScience.interactiveWindowModeBannerSwitchNo" : "No" |
| 564 | + "DataScience.interactiveWindowTitleFormat": "Python Interactive - {0}", |
| 565 | + "DataScience.interactiveWindowModeBannerTitle": "Do you want to open a new Python Interactive window for this file? [More Information](command:workbench.action.openSettings?%5B%22python.dataScience.interactiveWindowMode%22%5D).", |
| 566 | + "DataScience.interactiveWindowModeBannerSwitchYes": "Yes", |
| 567 | + "DataScience.interactiveWindowModeBannerSwitchAlways": "Always", |
| 568 | + "DataScience.interactiveWindowModeBannerSwitchNo": "No" |
568 | 569 | }
|
0 commit comments