We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac1f67 commit 485bc7bCopy full SHA for 485bc7b
src/extension/common/utils/localize.ts
@@ -132,7 +132,7 @@ export namespace DebugConfigStrings {
132
};
133
export const flaskConfigPromp = {
134
title: l10n.t('Debug Flask'),
135
- prompt: l10n.t('Enter the path to app.py or select a file from the list'),
+ prompt: l10n.t('Enter the path to app.py or select a file from the list.'),
136
137
}
138
export namespace pyramid {
0 commit comments