ECO-VSCODE-1 VS Code extension draft#64
Merged
Merged
Conversation
9fae47e to
b300ef3
Compare
b300ef3 to
537c8ec
Compare
Owner
Author
|
독립 fresh-session reviewer 실행은 usage limit로 막혀 fallback local review로 확인한 결과입니다.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
ECO-VSCODE-1 범위의 VS Code extension draft slice를 추가했습니다. output channel 중심으로 CLI를 감싸는 첫 버전을 마련하고, 후속 diagnostics/provider 확장은 남겨 두었습니다.
변경 사항
audit,doctor,fix명령을 output channel에서 실행하는 CLI wrapper를 구현했습니다.bin/maximus.js가 있으면 그 경로를 우선 사용하고, 없으면 PATH의maximus를 사용합니다.package.json에packages/*workspace 표면을 추가해 extension 패키지를 monorepo에 연결했습니다.docs/vscode-extension.md를 draft 계약에 맞게 정리했습니다.검증
npm testnpm --prefix packages/vscode-extension test이슈 연결
남은 위험