Skip to content

Commit

Permalink
why lint failing
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Aug 16, 2024
1 parent 59a8d03 commit 93e7ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/terminals/codeExecution/terminalReplWatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { EventName } from '../../telemetry/constants';

function checkREPLCommand(command: string): boolean {
const lower = command.toLowerCase().trimStart();
console.log('why is lint failing');
return lower.startsWith('python ') || lower.startsWith('py ');
}

Expand Down

0 comments on commit 93e7ccb

Please sign in to comment.