File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Claude Code용 자동 포맷팅 및 LSP 진단 플러그인. AI 코딩 세션에
5151/plugin install rust-analyzer-lsp@code-intelligence
5252```
5353
54- > ** 참고:** LSP 플러그인은 언어 서버 바이너리가 시스템에 설치되어 있어야 합니다 .
55- > ` /plugin ` Errors 탭에서 ` Executable not found in $PATH ` 가 표시되면 해당 바이너리를 설치하세요 .
54+ > ** 참고:** 언어 서버 바이너리는 첫 세션 시작 시 ` npm install ` 로 자동 설치됩니다 .
55+ > 별도의 수동 설치가 필요하지 않습니다 .
5656
5757### 플러그인 관리
5858
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Install only the language servers you need:
5151/plugin install rust-analyzer-lsp@code-intelligence
5252```
5353
54- > ** Note:** LSP plugins require the language server binary to be installed on your system .
55- > If you see ` Executable not found in $PATH ` in the ` /plugin ` Errors tab, install the required binary .
54+ > ** Note:** Language server binaries are auto-installed via ` npm install ` on first session start .
55+ > No manual binary installation is required.
5656
5757### Plugin management
5858
You can’t perform that action at this time.
0 commit comments