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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -135,8 +135,9 @@
135
135
"Common.canceled": "Canceled",
136
136
"DataScience.importChangeDirectoryComment": "#%% Change working directory from the workspace root to the ipynb file location. Turn this addition off with the DataSciece.changeDirOnImportExport setting",
137
137
"DataScience.exportChangeDirectoryComment": "# Change directory to VSCode workspace root so that relative path loads work correctly. Turn this addition off with the DataSciece.changeDirOnImportExport setting",
"DataScience.restartKernelAfterInterruptMessage": "Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.",
140
-
"DataScience.pythonInterruptFailedHeader": "Keyboard interrupt crashed the kernel. Kernel restarted.",
"DataScience.restartKernelAfterInterruptMessage" : "Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.",
140
+
"DataScience.pythonInterruptFailedHeader" : "Keyboard interrupt crashed the kernel. Kernel restarted.",
141
+
"DataScience.sysInfoURILabel" : "Jupyter Server URI: ",
exportconstrestartKernelAfterInterruptMessage=localize('DataScience.restartKernelAfterInterruptMessage','Interrupting the kernel timed out. Do you want to restart the kernel instead? All variables will be lost.');
104
104
exportconstpythonInterruptFailedHeader=localize('DataScience.pythonInterruptFailedHeader','Keyboard interrupt crashed the kernel. Kernel restarted.');
105
+
exportconstsysInfoURILabel=localize('DataScience.sysInfoURILabel','Jupyter Server URI: ');
105
106
}
106
107
107
108
// Skip using vscode-nls and instead just compute our strings based on key values. Key values
0 commit comments