Skip to content

Commit

Permalink
Fix banner text (#2254)
Browse files Browse the repository at this point in the history
  • Loading branch information
d3r3kk authored Jul 26, 2018
1 parent 0c2ccbf commit b39a6c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added news/2 Fixes/2253.md
Binary file not shown.
2 changes: 1 addition & 1 deletion src/client/languageServices/languageServerSurveyBanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class LanguageServerSurveyBanner implements IPythonExtensionBanner {
private minCompletionsBeforeShow: number;
private maxCompletionsBeforeShow: number;
private isInitialized: boolean = false;
private bannerMessage: string = 'Can you please take 2 minutes to tell us how the Experimental Debugger is working for you?';
private bannerMessage: string = 'Can you please take 2 minutes to tell us how the Python Language Server is working for you?';
private bannerLabels: string [] = [ 'Yes, take survey now', 'No, thanks'];

constructor(
Expand Down

0 comments on commit b39a6c1

Please sign in to comment.