vscode update후 remote 환경에서 java language support 오동작

in codeonsteem •  4 years ago 

대문이미지

최근 vscode 업데이트가 있었습니다.
업데이트 후 java 코드를 작성할 때, 자동완성이 되지 않고 코드 탐색도 잘 되지 않았습니다.
vscode를 기동할 때 보니 Java 11 or more recent is required to run. Please download and install a recent JDK 에러 메시지가 발생했네요.

vscode remote 기능을 사용하고 있는 터라, remote 장비에 11버전 이상의 jdk 가 설치되어야 합니다.
11버전의 jdk 압축을 푼 후, ~/.vscode-server/data/Machine/settings.json 파일에 다음 내용을 추가합니다.

"java.home": "jdk 압축이 풀린 경로"

이제 vscode를 재시작하면 정상 동작합니다.


Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

정상적으로 작동하니 다행이에요.

네 갑자기 안 되어서 당황했습니다.