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-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -133,11 +133,10 @@
133
133
"DataScience.exportingFormat": "Exporting {0}",
134
134
"DataScience.exportCancel": "Cancel",
135
135
"Common.canceled": "Canceled",
136
-
"diagnostics.progress": "Validating user setup",
137
-
"LanguageService.progressActivating": "Activating Language Server",
138
136
"DataScience.importChangeDirectoryComment": "#%% Change working directory from the workspace root to the ipynb file location. Turn this addition off with the DataSciece.changeDirOnImportExport setting",
139
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.",
142
-
"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.",
Copy file name to clipboardExpand all lines: src/client/common/utils/localize.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ import { EXTENSION_ROOT_DIR } from '../../constants';
9
9
10
10
// External callers of localize use these tables to retrieve localized values.
11
11
exportnamespaceDiagnostics{
12
-
exportconstprogress=localize('diagnostics.progress','Validating user setup');
13
12
exportconstwarnSourceMaps=localize('diagnostics.warnSourceMaps','Source map support is enabled in the Python Extension, this will adversely impact performance of the extension.');
exportconstwarnBeforeEnablingSourceMaps=localize('diagnostics.warnBeforeEnablingSourceMaps','Enabling source map support in the Python Extension will adversely impact performance of the extension.');
exportconstbannerMessage=localize('LanguageService.bannerMessage','Can you please take 2 minutes to tell us how the Python Language Server is working for you?');
25
25
exportconstbannerLabelYes=localize('LanguageService.bannerLabelYes','Yes, take survey now');
0 commit comments