Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace VSCODE_CLI -> VSCODE_PID #57

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

ezequiel
Copy link
Contributor

@ezequiel ezequiel commented Oct 23, 2023

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

  • enabled ESLint debugging in VSCode
  • verified process.env.VSCODE_PID is set when the plugin is ran

@ezequiel ezequiel marked this pull request as ready for review October 23, 2023 06:00
@ezequiel
Copy link
Contributor Author

@paleite

@codecov
Copy link

codecov bot commented Oct 23, 2023

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%> (ø)

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

@paleite paleite merged commit 2188830 into paleite:main Nov 9, 2023
7 checks passed
@paleite
Copy link
Owner

paleite commented Nov 9, 2023

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants