Skip to content

Commit

Permalink
Replace VSCODE_CLI -> VSCODE_PID
Browse files Browse the repository at this point in the history
  • Loading branch information
ezequiel committed Oct 23, 2023
1 parent cbd00df commit 9d3c310
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 9d3c310

Please sign in to comment.