You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -370,16 +370,16 @@
370
370
"DataScience.debugStopCommandTitle": "Stop",
371
371
"DataScience.runCurrentCellAndAddBelow": "Run current and add cell below",
372
372
"DataScience.variableExplorerDisabledDuringDebugging": "Please see the Debug Side Bar's VARIABLES section.",
373
-
"DataScience.jupyterDebuggerNotInstalledError": "Pip module ptvsd is required for debugging cells. You will need to install it to debug cells.",
374
-
"DataScience.jupyterDebuggerPtvsdParseError": "Unable to parse ptvsd output, please log an issue with https://github.com/microsoft/vscode-python",
373
+
"DataScience.jupyterDebuggerNotInstalledError": "Pip module {0} is required for debugging cells. You will need to install it to debug cells.",
374
+
"DataScience.jupyterDebuggerOutputParseError": "Unable to parse {0} output, please log an issue with https://github.com/microsoft/vscode-python",
375
375
"DataScience.jupyterDebuggerPortNotAvailableError": "Port {0} cannot be opened for debugging. Please specify a different port in the remoteDebuggerPort setting.",
376
376
"DataScience.jupyterDebuggerPortBlockedError": "Port {0} cannot be connected to for debugging. Please let port {0} through your firewall.",
377
377
"DataScience.jupyterDebuggerPortNotAvailableSearchError": "Ports in the range {0}-{1} cannot be found for debugging. Please specify a port in the remoteDebuggerPort setting.",
378
378
"DataScience.jupyterDebuggerPortBlockedSearchError": "A port cannot be connected to for debugging. Please let ports {0}-{1} through your firewall.",
379
-
"DataScience.jupyterDebuggerInstallPtvsdNew": "Pip module ptvsd is required for debugging cells. Install ptvsd and continue to debug cell?",
380
-
"DataScience.jupyterDebuggerInstallPtvsdUpdate": "The version of ptvsd installed does not support debugging cells. Update ptvsd to newest version and continue to debug cell?",
"DataScience.jupyterDebuggerInstallNew": "Pip module {0} is required for debugging cells. Install {0} and continue to debug cell?",
380
+
"DataScience.jupyterDebuggerInstallUpdate": "The version of {0} installed does not support debugging cells. Update {0} to newest version and continue to debug cell?",
381
+
"DataScience.jupyterDebuggerInstallYes": "Yes",
382
+
"DataScience.jupyterDebuggerInstallNo": "No",
383
383
"DataScience.cellStopOnErrorFormatMessage": "{0} cells were canceled due to an error in the previous cell.",
384
384
"DataScience.instructionComments": "# To add a new cell, type '{0}'\n# To add a new markdown cell, type '{0} [markdown]'\n",
385
385
"DataScience.scrollToCellTitleFormatMessage": "Go to [{0}]",
0 commit comments