2024.11.02 - [Software/development] - [JetBrains] plugin EAP, beta 채널 설치하기

위 글에서는 Custom Plugin Repository를 등록해 beta, EAP 등 채널에서 스냅샷 버전의 플러그인을 설정하는 법을 소개했다.

 

만약 개발자가 EAP 빌드를 따로 제공하지 않는다면? 예를 들면 GitHub Copilot plugin은 stable, nightly 채널만 있다..

이 경우에는 어쩔 수 없이 nightly 하나 받아서, 안에 있는 버전 정보를 수정해서 다시 zip으로 말고 수동으로 설치하는 방법밖에 없다.

GitHub discussion에도 항상 "EAP에서 안돼요" 문의글이 올라오곤 했다.. ㅠ  (ex. https://github.com/orgs/community/discussions/34293)

 

위 패치 과정을 스크립트로 만들어놓은 사람이 있으니 갖다 쓰면 된다.

https://github.com/shyim/jetbrains-github-copilot-patcher

 

GitHub - shyim/jetbrains-github-copilot-patcher: Patcher for Github Copilot to work with Jetbrain IDE EAP versions

Patcher for Github Copilot to work with Jetbrain IDE EAP versions - shyim/jetbrains-github-copilot-patcher

github.com

위 스크립트 실행하면 "patched-copilot.zip"이 나온다

 

그 다음, Plugins 창에서 "Install Plugin from Disk" 선택 후 방금 나온 zip 파일 선택해서 설치하면 된다

보통은 잘 되겠지만 플러그인이 동작하지 않는다면 github copilot 쪽에서 고쳐줄 때까지 기다려야 한다.

반응형