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
exportconstdebugModuleConfigurationDescription=localize('debug.debugModuleConfigurationDescription','Debug a python module by invoking it with \'-m\'');
exportconstdjangoEnterManagePyPathPrompt=localize('debug.djangoEnterManagePyPathPrompt','Enter path to manage.py (\'${workspaceFolderToken}\' points to the root of the current workspace folder)');
127
-
exportconstdjangoEnterManagePyPathInvalidFilePathError=localize('debug.djangoEnterManagePyPathInvalidFilePathError','Enter a valid Python file path');
126
+
exportconstdjangoEnterManagePyPathPrompt=localize('debug.djangoEnterManagePyPathPrompt','Enter path to manage.py (\'${workspaceFolder}\' points to the root of the current workspace folder)');
127
+
exportconstdjangoEnterManagePyPathInvalidFilePathError=localize('debug.djangoEnterManagePyPathInvalidFilePathError','Enter a valid python file path');
exportconstflaskEnterAppPathOrNamePathPrompt=localize('debug.flaskEnterAppPathOrNamePathPrompt','Enter path to application, e.g. \'app.py\' or \'app\'');
130
130
exportconstflaskEnterAppPathOrNamePathInvalidNameError=localize('debug.flaskEnterAppPathOrNamePathInvalidNameError','Enter a valid name');
exportconstpyramidEnterDevelopmentIniPathPrompt=localize('debug.pyramidEnterDevelopmentIniPathPrompt','`Enter path to development.ini (\'${workspaceFolderToken}\' points to the root of the current workspace folder)`');
138
138
exportconstpyramidEnterDevelopmentIniPathInvalidFilePathError=localize('debug.pyramidEnterDevelopmentIniPathInvalidFilePathError','Enter a valid file path');
0 commit comments