|
54 | 54 | "python.snippet.launch.externalTerminal.description": "Debug a Python program with External Terminal/Console", |
55 | 55 | "python.snippet.launch.django.label": "Python: Django", |
56 | 56 | "python.snippet.launch.django.description": "Debug a Django Application", |
57 | | - "python.snippet.launch.flask.label": "Python: Flask (0.11.x or later)", |
| 57 | + "python.snippet.launch.flask.label": "Python: Flask", |
58 | 58 | "python.snippet.launch.flask.description": "Debug a Flask Application", |
59 | 59 | "python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x or earlier)", |
60 | 60 | "python.snippet.launch.flaskOld.description": "Debug an older styled Flask Application", |
|
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", |
138 | | - "DataScience.interruptKernelStatus" : "Interrupting iPython Kernel", |
139 | | - "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: ", |
142 | | - "Common.loadingPythonExtension": "Python extension loading..." |
| 138 | + "DataScience.interruptKernelStatus": "Interrupting iPython Kernel", |
| 139 | + "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: ", |
| 142 | + "Common.loadingPythonExtension": "Python extension loading...", |
| 143 | + "debug.selectConfigurationTitle": "Select a debug configuration", |
| 144 | + "debug.selectConfigurationPlaceholder": "Debug Configuration", |
| 145 | + "debug.debugFileConfigurationLabel": "Python File", |
| 146 | + "debug.debugFileConfigurationDescription": "Debug python file", |
| 147 | + "debug.debugModuleConfigurationLabel": "Module", |
| 148 | + "debug.debugModuleConfigurationDescription": "Debug Python module/package", |
| 149 | + "debug.remoteAttachConfigurationLabel": "Remote Attach", |
| 150 | + "debug.remoteAttachConfigurationDescription": "Debug a remote python program", |
| 151 | + "debug.debugDjangoConfigurationLabel": "Django", |
| 152 | + "debug.debugDjangoConfigurationDescription": "Web Application", |
| 153 | + "debug.debugFlaskConfigurationLabel": "Flask", |
| 154 | + "debug.debugFlaskConfigurationDescription": "Web Application", |
| 155 | + "debug.debugPyramidConfigurationLabel": "Pyramid", |
| 156 | + "debug.debugPyramidConfigurationDescription": "Web Application", |
| 157 | + "debug.djangoEnterManagePyPathTitle": "Debug Django", |
| 158 | + "debug.djangoEnterManagePyPathPrompt": "Enter path to manage.py", |
| 159 | + "debug.djangoEnterManagePyPathInvalidFilePathError": "Enter a valid python file path", |
| 160 | + "debug.flaskEnterAppPathOrNamePathTitle": "Debug Flask", |
| 161 | + "debug.flaskEnterAppPathOrNamePathPrompt": "Enter path to Application, e.g. 'app.py' or 'app'", |
| 162 | + "debug.flaskEnterAppPathOrNamePathInvalidNameError": "Enter a valid name", |
| 163 | + "debug.moduleEnterModuleTitle": "Debug Module", |
| 164 | + "debug.moduleEnterModulePrompt": "Enter Python module/package name", |
| 165 | + "debug.moduleEnterModuleInvalidNameError": "Enter a valid name", |
| 166 | + "debug.pyramidEnterDevelopmentIniPathTitle": "Debug Pyramid", |
| 167 | + "debug.pyramidEnterDevelopmentIniPathPrompt": "`Enter path to development.ini ('${workspaceFolderToken}' points to the root of the current workspace folder)`", |
| 168 | + "debug.pyramidEnterDevelopmentIniPathInvalidFilePathError": "Enter a valid file path", |
| 169 | + "debug.attachRemotePortTitle": "Remote Debugging", |
| 170 | + "debug.attachRemotePortPrompt": "Enter Port Number", |
| 171 | + "debug.attachRemotePortValidationError": "Enter a valid Port Number", |
| 172 | + "debug.attachRemoteHostTitle": "Remote Debugging", |
| 173 | + "debug.attachRemoteHostPrompt": "Enter Host Name", |
| 174 | + "debug.attachRemoteHostValidationError": "Enter a Host Name or IP Address" |
143 | 175 | } |
0 commit comments