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
"DataScience.runCurrentCellAndAddBelow": "Run current and add cell below",
308
-
"DataScience.variableExplorerDisabledDuringDebugging": "Variables are not available while debugging.",
309
+
"DataScience.variableExplorerDisabledDuringDebugging": "Please see the Debug Side Bar's VARIABLES section.",
309
310
"DataScience.jupyterDebuggerNotInstalledError": "Pip module ptvsd is required for debugging cells. You will need to install it to debug cells.",
310
311
"DataScience.jupyterDebuggerPortNotAvailableError": "Port {0} cannot be opened for debugging. Please specify a different port in the remoteDebuggerPort setting.",
311
312
"DataScience.jupyterDebuggerPortBlockedError": "Port {0} cannot be connected to for debugging. Please let port {0} through your firewall.",
exportconstrunCurrentCellAndAddBelow=localize('DataScience.runCurrentCellAndAddBelow','Run current and add cell below');
233
-
exportconstvariableExplorerDisabledDuringDebugging=localize('DataScience.variableExplorerDisabledDuringDebugging','Variables are not available while debugging.');
233
+
exportconstvariableExplorerDisabledDuringDebugging=localize('DataScience.variableExplorerDisabledDuringDebugging','Please see the Debug Side Bar\'s VARIABLES section.');
234
234
exportconstjupyterDebuggerNotInstalledError=localize('DataScience.jupyterDebuggerNotInstalledError','Pip module ptvsd is required for debugging cells. You will need to install it to debug cells.');
235
235
exportconstjupyterDebuggerPortNotAvailableError=localize('DataScience.jupyterDebuggerPortNotAvailableError','Port {0} cannot be opened for debugging. Please specify a different port in the remoteDebuggerPort setting.');
236
236
exportconstjupyterDebuggerPortBlockedError=localize('DataScience.jupyterDebuggerPortBlockedError','Port {0} cannot be connected to for debugging. Please let port {0} through your firewall.');
exportconstcellStopOnErrorFormatMessage=localize('DataScience.cellStopOnErrorFormatMessage','{0} cells were canceled due to an error in the previous cell.');
244
244
exportconstscrollToCellTitleFormatMessage=localize('DataScience.scrollToCellTitleFormatMessage','Go to [{0}]');
245
245
exportconstinstructionComments=localize('DataScience.instructionComments','# To add a new cell, type "#%%"\n# To add a new markdown cell, type "#%% [markdown]"\n');
246
+
exportconstremoteDebuggerNotSupported=localize('DataScience.remoteDebuggerNotSupported','Debugging while attached to a remote server is not currently supported.');
0 commit comments