paleite / eslint-plugin-diff

Run ESLint on your changes only
https://npm.im/eslint-plugin-diff
MIT License
172 stars 13 forks source link

Replace VSCODE_CLI -> VSCODE_PID #57

Closed ezequiel closed 10 months ago

ezequiel commented 10 months ago

Description

VSCODE_CLI doesn't seem to exist anymore. Seems like it might've been removed in the last ~2 years? VSCODE_PID looks to be the thing set now when ESLint is ran inside VSCode (v1.83.1, at least)

Test Plan

ezequiel commented 10 months ago

@paleite

codecov[bot] commented 10 months ago

Codecov Report

Merging #57 (9d3c310) into main (2b6dcfb) will not change coverage. Report is 1 commits behind head on main. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   98.38%   98.38%           
=======================================
  Files           7        7           
  Lines         186      186           
  Branches       53       53           
=======================================
  Hits          183      183           
  Misses          3        3           
Files Coverage Δ
src/processors.ts 95.38% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

paleite commented 10 months ago

Thanks for the contribution!