Skip to content

Commit

Permalink
Merge pull request #57 from ezequiel/ezequiel/vscode-fix
Browse files Browse the repository at this point in the history
Replace VSCODE_CLI -> VSCODE_PID
  • Loading branch information
paleite committed Nov 9, 2023
2 parents cbd00df + 9d3c310 commit 2188830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getPreProcessor =
untrackedFileList = getUntrackedFileList(staged, true);
}
const shouldBeProcessed =
process.env.VSCODE_CLI !== undefined ||
process.env.VSCODE_PID !== undefined ||
diffFileList.includes(filename) ||
untrackedFileList.includes(filename);

Expand Down

0 comments on commit 2188830

Please sign in to comment.