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
"debug.pyramidEnterDevelopmentIniPathPrompt": "`Enter path to development.ini ('${workspaceFolderToken}' points to the root of the current workspace folder)`",
168
168
"debug.pyramidEnterDevelopmentIniPathInvalidFilePathError": "Enter a valid file path",
exportconstdjangoEnterManagePyPathPrompt=localize('debug.djangoEnterManagePyPathPrompt','Enter path to manage.py (\'${workspaceFolderToken}\' points to the root of the current workspace folder)');
126
+
exportconstdjangoEnterManagePyPathInvalidFilePathError=localize('debug.djangoEnterManagePyPathInvalidFilePathError','Enter a valid Python file path');
exportconstflaskEnterAppPathOrNamePathPrompt=localize('debug.flaskEnterAppPathOrNamePathPrompt','Enter path to Application, e.g. \'app.py\' or \'app\'');
128
+
exportconstflaskEnterAppPathOrNamePathPrompt=localize('debug.flaskEnterAppPathOrNamePathPrompt','Enter path to application, e.g. \'app.py\' or \'app\'');
128
129
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)`');
136
137
exportconstpyramidEnterDevelopmentIniPathInvalidFilePathError=localize('debug.pyramidEnterDevelopmentIniPathInvalidFilePathError','Enter a valid file path');
0 commit comments