Open project with command line #109
Open
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.
close #108
요약
.sic경로를 큐에 보관하고 렌더러가 준비되는 시점에 정확히 한 번만 전달하도록 메인 프로세스를 재구성했습니다.openProjectByPath·consumeQueuedProjectPath브리지와 경로 큐 재시도 로직을 추가해 사용자가 별도 조작 없이도 프로젝트가 자동으로 열리도록 했습니다.테스트
npx pnpm dev -- "<project>.sic"실행 시 프로젝트가 자동으로 열리는지 수동 확인app\out\UmJoonSIC-win32-x64\UmJoonSIC.exe "<project>.sic"실행 시 프로젝트가 자동으로 열리는지 수동 확인.sic파일을 더블 클릭하여 기존 인스턴스가 해당 프로젝트를 불러오는지 수동 확인참고