Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Feb 3, 2025
1 parent fc5638e commit 90405b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { dedentCode } from '../../common/helpers';
* Handles trimming code sent to a terminal so it actually runs.
*/
export class CodeExecutionHelper implements ICodeExecutionHelper {

public async getFileToExecute(): Promise<Uri | undefined> {
const activeEditor = window.activeTextEditor;
if (!activeEditor) {
Expand Down

0 comments on commit 90405b8

Please sign in to comment.