We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbd00df + 9d3c310 commit 2188830Copy full SHA for 2188830
src/processors.ts
@@ -37,7 +37,7 @@ const getPreProcessor =
37
untrackedFileList = getUntrackedFileList(staged, true);
38
}
39
const shouldBeProcessed =
40
- process.env.VSCODE_CLI !== undefined ||
+ process.env.VSCODE_PID !== undefined ||
41
diffFileList.includes(filename) ||
42
untrackedFileList.includes(filename);
43
0 commit comments